mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
alsa-mixer: Add "Mic Boost" and "Line Boost" to analog-input.conf
I'm not sure how much they are needed nowadays with the latest changes to the subset elimination (I found this while researching a bug on an older PA version), but I guess they could be added for consistency at least. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
5d4905ec31
commit
4a8bf9ab30
1 changed files with 6 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ override-map.2 = all-left,all-right
|
|||
[Element Mic]
|
||||
required-absent = any
|
||||
|
||||
[Element Mic Boost]
|
||||
required-absent = any
|
||||
|
||||
[Element Dock Mic]
|
||||
required-absent = any
|
||||
|
||||
|
|
@ -78,6 +81,9 @@ required-absent = any
|
|||
[Element Line]
|
||||
required-absent = any
|
||||
|
||||
[Element Line Boost]
|
||||
required-absent = any
|
||||
|
||||
[Element Aux]
|
||||
required-absent = any
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue