mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
ucm: Add support for "JackControl"
JackControl is used to indicate the kcontrol name for jack detection.
This commit is contained in:
parent
80791ceb5a
commit
85f5d93306
2 changed files with 23 additions and 5 deletions
|
|
@ -84,6 +84,9 @@ typedef void snd_use_case_mgr_t;
|
|||
/** For devices: The modifier (if any) that this device corresponds to */
|
||||
#define PA_ALSA_PROP_UCM_MODIFIER "alsa.ucm.modifier"
|
||||
|
||||
/* Corresponds to the "JackControl" UCM value. */
|
||||
#define PA_ALSA_PROP_UCM_JACK_CONTROL "alsa.ucm.jack_control"
|
||||
|
||||
typedef struct pa_alsa_ucm_verb pa_alsa_ucm_verb;
|
||||
typedef struct pa_alsa_ucm_modifier pa_alsa_ucm_modifier;
|
||||
typedef struct pa_alsa_ucm_device pa_alsa_ucm_device;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue