mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-17 06:59:56 -05:00
alsa-mixer: When selecting an input, turn off boosts of other inputs
Just like we turn off the "Front Mic" element when we select "Rear Mic", we should also turn off the "Front Mic Boost" element. And the same for the other inputs. Reported-by: Len Owens <len@ovenwerks.net> Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
e58ee03878
commit
5905094889
6 changed files with 119 additions and 8 deletions
|
|
@ -78,4 +78,20 @@ volume = off
|
|||
switch = off
|
||||
volume = off
|
||||
|
||||
[Element Mic Boost]
|
||||
switch = off
|
||||
volume = off
|
||||
|
||||
[Element Internal Mic Boost]
|
||||
switch = off
|
||||
volume = off
|
||||
|
||||
[Element Front Mic Boost]
|
||||
switch = off
|
||||
volume = off
|
||||
|
||||
[Element Rear Mic Boost]
|
||||
switch = off
|
||||
volume = off
|
||||
|
||||
.include analog-input-mic.conf.common
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue