mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
alsa-mixer: Add support for "Line Boost" element
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
bed4b73cfe
commit
7b366a52c3
2 changed files with 11 additions and 0 deletions
|
|
@ -35,6 +35,13 @@ volume = off
|
|||
switch = off
|
||||
volume = off
|
||||
|
||||
[Element Line Boost]
|
||||
required-any = any
|
||||
switch = mute
|
||||
volume = merge
|
||||
override-map.1 = all
|
||||
override-map.2 = all-left,all-right
|
||||
|
||||
[Element Line]
|
||||
required-any = any
|
||||
switch = mute
|
||||
|
|
|
|||
|
|
@ -22,6 +22,10 @@
|
|||
switch = off
|
||||
volume = off
|
||||
|
||||
[Element Line Boost]
|
||||
switch = off
|
||||
volume = off
|
||||
|
||||
[Element Aux]
|
||||
switch = off
|
||||
volume = off
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue