mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-20 06:59:58 -05:00
spa: fix device.profile key
This commit is contained in:
parent
a4a9d3540d
commit
4e63717e77
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ SPA_API_DEVICE int spa_device_set_param(struct spa_device *object,
|
||||||
* "webcam", "microphone", "headset",
|
* "webcam", "microphone", "headset",
|
||||||
* "headphone", "hands-free", "car", "hifi",
|
* "headphone", "hands-free", "car", "hifi",
|
||||||
* "computer", "portable" */
|
* "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_PROFILE_SET "device.profile-set" /**< profile set for the device */
|
||||||
#define SPA_KEY_DEVICE_STRING "device.string" /**< device string in the underlying
|
#define SPA_KEY_DEVICE_STRING "device.string" /**< device string in the underlying
|
||||||
* layer's format. E.g. "surround51:0" */
|
* layer's format. E.g. "surround51:0" */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue