spa: fix device.profile key

This commit is contained in:
Wim Taymans 2025-03-06 13:11:07 +01:00
parent a4a9d3540d
commit 4e63717e77

View file

@ -293,7 +293,7 @@ SPA_API_DEVICE int spa_device_set_param(struct spa_device *object,
* "webcam", "microphone", "headset",
* "headphone", "hands-free", "car", "hifi",
* "computer", "portable" */
#define SPA_KEY_DEVICE_PROFILE "device.profile " /**< profile for the device */
#define SPA_KEY_DEVICE_PROFILE "device.profile" /**< profile for the device */
#define SPA_KEY_DEVICE_PROFILE_SET "device.profile-set" /**< profile set for the device */
#define SPA_KEY_DEVICE_STRING "device.string" /**< device string in the underlying
* layer's format. E.g. "surround51:0" */