mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
alsa-mixer: don't make lineout unavailable when headphones are plugged in
This reverts commit 66f97c35bd. The commit
message was:
alsa-mixer: Disable line-out if headphone jack is plugged
Line-out gets muted when headphones are plugged in on HDA cards, encode
this in the line-out path so pulse can match that state.
I don't think the mentioned auto-muting happens any more by default,
and some users want to use lineout while having headphones plugged in.
Fixes: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/issues/583
This commit is contained in:
parent
874fe7b15d
commit
78dfb8043b
1 changed files with 0 additions and 8 deletions
|
|
@ -25,14 +25,6 @@ state.plugged = unknown
|
|||
state.unplugged = unknown
|
||||
required-any = any
|
||||
|
||||
[Jack Headphone]
|
||||
state.plugged = no
|
||||
state.unplugged = unknown
|
||||
|
||||
[Jack Front Headphone]
|
||||
state.plugged = no
|
||||
state.unplugged = unknown
|
||||
|
||||
[Jack Front Line Out]
|
||||
required-any = any
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue