mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
alsa-mixer: Add support for "Headphone+LO" and "Speaker+LO"
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@canonical.com>
This commit is contained in:
parent
8ce2bfa4d0
commit
aec811798c
6 changed files with 64 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue