mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
alsa: Mute "Bass Speaker" when using headphones or lineout
BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=73604
This commit is contained in:
parent
298ffffd1a
commit
a0f73b74eb
3 changed files with 12 additions and 0 deletions
|
|
@ -88,4 +88,8 @@ volume = off
|
||||||
switch = off
|
switch = off
|
||||||
volume = off
|
volume = off
|
||||||
|
|
||||||
|
[Element Bass Speaker]
|
||||||
|
switch = off
|
||||||
|
volume = off
|
||||||
|
|
||||||
.include analog-output.conf.common
|
.include analog-output.conf.common
|
||||||
|
|
|
||||||
|
|
@ -118,6 +118,10 @@ volume = off
|
||||||
switch = off
|
switch = off
|
||||||
volume = off
|
volume = off
|
||||||
|
|
||||||
|
[Element Bass Speaker]
|
||||||
|
switch = off
|
||||||
|
volume = off
|
||||||
|
|
||||||
[Element Speaker Front]
|
[Element Speaker Front]
|
||||||
switch = off
|
switch = off
|
||||||
volume = off
|
volume = off
|
||||||
|
|
|
||||||
|
|
@ -144,6 +144,10 @@ volume = merge
|
||||||
override-map.1 = all-center
|
override-map.1 = all-center
|
||||||
override-map.2 = all-center,lfe
|
override-map.2 = all-center,lfe
|
||||||
|
|
||||||
|
[Element Bass Speaker]
|
||||||
|
switch = off
|
||||||
|
volume = off
|
||||||
|
|
||||||
[Element Speaker Front]
|
[Element Speaker Front]
|
||||||
switch = off
|
switch = off
|
||||||
volume = off
|
volume = off
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue