mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
alsa: leave headphone jack enabled in normal mixer paths
This commit is contained in:
parent
ac05619141
commit
fe9a577cf2
3 changed files with 15 additions and 6 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue