[pulseaudio-discuss] [PATCH] alsa-mixer: Add support for "Headphone+LO" and "Speaker+LO"

Takashi Iwai tiwai at suse.de
Mon Oct 20 05:01:15 PDT 2014


At Mon, 20 Oct 2014 13:34:49 +0200,
David Henningsson wrote:
> 
> These two control names are currently being added to the HDA driver,
> so let's support them in PulseAudio as well.
> 
> Signed-off-by: David Henningsson <david.henningsson at canonical.com>

A quick test went well, the mixer elements changed accordingly to the
jack plugging state.  Feel free to take my tested-by or any ack tag.


thanks,

Takashi

> ---
>  src/modules/alsa/mixer/paths/analog-output-headphones.conf   | 10 ++++++++++
>  src/modules/alsa/mixer/paths/analog-output-lineout.conf      | 12 ++++++++++++
>  .../alsa/mixer/paths/analog-output-speaker-always.conf       | 10 ++++++++++
>  src/modules/alsa/mixer/paths/analog-output-speaker.conf      | 10 ++++++++++
>  4 files changed, 42 insertions(+)
> 
> diff --git a/src/modules/alsa/mixer/paths/analog-output-headphones.conf b/src/modules/alsa/mixer/paths/analog-output-headphones.conf
> index a41d41f..1645f14 100644
> --- a/src/modules/alsa/mixer/paths/analog-output-headphones.conf
> +++ b/src/modules/alsa/mixer/paths/analog-output-headphones.conf
> @@ -69,6 +69,16 @@ override-map.2 = all-left,all-right
>  switch = off
>  volume = off
>  
> +[Element Speaker+LO]
> +switch = off
> +volume = off
> +
> +[Element Headphone+LO]
> +switch = mute
> +volume = merge
> +override-map.1 = all
> +override-map.2 = all-left,all-right
> +
>  [Element Headphone]
>  required-any = any
>  switch = mute
> diff --git a/src/modules/alsa/mixer/paths/analog-output-lineout.conf b/src/modules/alsa/mixer/paths/analog-output-lineout.conf
> index 40af699..9160563 100644
> --- a/src/modules/alsa/mixer/paths/analog-output-lineout.conf
> +++ b/src/modules/alsa/mixer/paths/analog-output-lineout.conf
> @@ -76,6 +76,18 @@ volume = merge
>  override-map.1 = all
>  override-map.2 = all-left,all-right
>  
> +[Element Speaker+LO]
> +switch = mute
> +volume = merge
> +override-map.1 = all
> +override-map.2 = all-left,all-right
> +
> +[Element Headphone+LO]
> +switch = mute
> +volume = merge
> +override-map.1 = all
> +override-map.2 = all-left,all-right
> +
>  [Element Master Mono]
>  switch = off
>  volume = off
> diff --git a/src/modules/alsa/mixer/paths/analog-output-speaker-always.conf b/src/modules/alsa/mixer/paths/analog-output-speaker-always.conf
> index c511813..e5bfbf5 100644
> --- a/src/modules/alsa/mixer/paths/analog-output-speaker-always.conf
> +++ b/src/modules/alsa/mixer/paths/analog-output-speaker-always.conf
> @@ -61,6 +61,16 @@ volume = zero
>  switch = mute
>  volume = zero
>  
> +[Element Headphone+LO]
> +switch = off
> +volume = off
> +
> +[Element Speaker+LO]
> +switch = mute
> +volume = merge
> +override-map.1 = all
> +override-map.2 = all-left,all-right
> +
>  [Element Speaker]
>  switch = mute
>  volume = merge
> diff --git a/src/modules/alsa/mixer/paths/analog-output-speaker.conf b/src/modules/alsa/mixer/paths/analog-output-speaker.conf
> index f708e61..18dd923 100644
> --- a/src/modules/alsa/mixer/paths/analog-output-speaker.conf
> +++ b/src/modules/alsa/mixer/paths/analog-output-speaker.conf
> @@ -73,6 +73,16 @@ volume = off
>  switch = off
>  volume = off
>  
> +[Element Headphone+LO]
> +switch = off
> +volume = off
> +
> +[Element Speaker+LO]
> +switch = mute
> +volume = merge
> +override-map.1 = all
> +override-map.2 = all-left,all-right
> +
>  [Element Speaker]
>  required-any = any
>  switch = mute
> -- 
> 1.9.1
> 


More information about the pulseaudio-discuss mailing list