ucm: Add support for "JackControl"

JackControl is used to indicate the kcontrol name for jack detection.
This commit is contained in:
Tanu Kaskinen 2015-02-12 15:11:52 +02:00
parent 80791ceb5a
commit 85f5d93306
2 changed files with 23 additions and 5 deletions

View file

@ -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;