From: Lu, Han Date: Thu, 5 Mar 2015 00:38:54 +0000 (+0800) Subject: ucm: document some standard values X-Git-Tag: v1.1.0~88 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=c56064e13556322e868c5014a7fb3d0933a97a4f;p=alsa-lib.git 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 Signed-off-by: Takashi Iwai --- 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,