diff options
author | Lu, Han <han.lu@intel.com> | 2015-03-05 08:38:54 +0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-03-05 10:58:46 +0100 |
commit | c56064e13556322e868c5014a7fb3d0933a97a4f (patch) | |
tree | 4bf305db3001e954861f564dee9053181f0a7ac2 /include | |
parent | 16c956e598a2b22459538ec7eb46b7a8421bb80a (diff) |
ucm: document some standard values
add standard value JackDev, JackControl and JackHWMute for speaker
mute control on jack insertion. These values will be applied on
pulseaudio.
Signed-off-by: Lu, Han <han.lu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/use-case.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/use-case.h b/include/use-case.h index 697377a1..3728906e 100644 --- a/include/use-case.h +++ b/include/use-case.h @@ -284,6 +284,10 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr, * PlaybackMixerID - mixer playback ID * CaptureMixer - name of capture mixer * CaptureMixerID - mixer capture ID + * JackDev - jack device name + * JackControl - jack control name + * JackHWMute - indicate if the HW mutes a device on jack insertion + * or not. */ int snd_use_case_get(snd_use_case_mgr_t *uc_mgr, const char *identifier, |