mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
Merge branch 'fix-spk-mute' into 'master'
alsa-mixer: enable the alsa auto-mute if headphone is the active port Closes #1297 See merge request pulseaudio/pulseaudio!816
This commit is contained in:
commit
009fd9d47e
2 changed files with 8 additions and 1 deletions
|
|
@ -177,4 +177,11 @@ volume = off
|
|||
switch = off
|
||||
volume = off
|
||||
|
||||
; Make sure the auto-mute becomes enabled if headphone is selected to be the active output port
|
||||
[Element Auto-Mute Mode]
|
||||
enumeration = select
|
||||
|
||||
[Option Auto-Mute Mode:Enabled]
|
||||
name = analog-output-headphones
|
||||
|
||||
.include analog-output.conf.common
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ override-map.2 = all-left,all-right
|
|||
switch = off
|
||||
volume = off
|
||||
|
||||
; Make sure the internal speakers are not auto-muted once the system has speakers
|
||||
; Make sure the auto-mute is disabled if the speakers are selected to be the active output port
|
||||
[Element Auto-Mute Mode]
|
||||
enumeration = select
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue