alsa: leave headphone jack enabled in normal mixer paths

This commit is contained in:
Lennart Poettering 2009-08-21 03:45:58 +02:00
parent ac05619141
commit fe9a577cf2
3 changed files with 15 additions and 6 deletions

View file

@ -41,9 +41,12 @@ volume = merge
override-map.1 = lfe override-map.1 = lfe
override-map.2 = lfe,lfe override-map.2 = lfe,lfe
; This profile path is intended to control the speaker, not the
; headphones. But it should not hurt if we leave the headphone jack
; enabled nonetheless.
[Element Headphone] [Element Headphone]
switch = off switch = mute
volume = off volume = zero
[Element Speaker] [Element Speaker]
switch = mute switch = mute

View file

@ -38,9 +38,12 @@ volume = merge
override-map.1 = all override-map.1 = all
override-map.2 = all-left,all-right override-map.2 = all-left,all-right
; This profile path is intended to control the speaker, not the
; headphones. But it should not hurt if we leave the headphone jack
; enabled nonetheless.
[Element Headphone] [Element Headphone]
switch = off switch = mute
volume = off volume = zero
[Element Speaker] [Element Speaker]
switch = mute switch = mute

View file

@ -37,9 +37,12 @@ override-map.2 = all-left,all-right
switch = off switch = off
volume = off volume = off
; This profile path is intended to control the speaker, not the
; headphones. But it should not hurt if we leave the headphone jack
; enabled nonetheless.
[Element Headphone] [Element Headphone]
switch = off switch = mute
volume = off volume = zero
[Element Speaker] [Element Speaker]
switch = mute switch = mute