mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
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.
This commit is contained in:
parent
717834086c
commit
66f97c35bd
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,10 @@ state.plugged = unknown
|
|||
state.unplugged = unknown
|
||||
required-any = any
|
||||
|
||||
[Jack Headphone]
|
||||
state.plugged = no
|
||||
state.unplugged = unknown
|
||||
|
||||
[Jack Line Out Front]
|
||||
required-any = any
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue