diff mbox

[v2,1/2] ucm: document some standard values

Message ID 1425515935-12604-1-git-send-email-han.lu@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

han.lu@intel.com March 5, 2015, 12:38 a.m. UTC
From: "Lu, Han" <han.lu@intel.com>

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>

Comments

Takashi Iwai March 5, 2015, 9:59 a.m. UTC | #1
At Thu,  5 Mar 2015 08:38:54 +0800,
han.lu@intel.com wrote:
> 
> From: "Lu, Han" <han.lu@intel.com>
> 
> 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>

Applied, thanks.


Takashi

> 
> diff --git a/include/use-case.h b/include/use-case.h
> index 697377a..3728906 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,
> -- 
> 2.1.0
> 
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>
diff mbox

Patch

diff --git a/include/use-case.h b/include/use-case.h
index 697377a..3728906 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,