mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
alsa-mixer: recognize Dock headphone jack
Recognize the Dock headphone jack in the same way the normal & front headphone jacks are detected. Reviewed-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
076601ee28
commit
594da41d07
2 changed files with 12 additions and 0 deletions
|
|
@ -25,6 +25,14 @@ description-key = analog-output-headphones
|
|||
[Properties]
|
||||
device.icon_name = audio-headphones
|
||||
|
||||
[Jack Dock Headphone]
|
||||
required-any = any
|
||||
|
||||
[Jack Dock Headphone Phantom]
|
||||
required-any = any
|
||||
state.plugged = unknown
|
||||
state.unplugged = unknown
|
||||
|
||||
[Jack Front Headphone]
|
||||
required-any = any
|
||||
|
||||
|
|
|
|||
|
|
@ -29,6 +29,10 @@ device.icon_name = audio-speakers
|
|||
state.plugged = no
|
||||
state.unplugged = unknown
|
||||
|
||||
[Jack Dock Headphone]
|
||||
state.plugged = no
|
||||
state.unplugged = unknown
|
||||
|
||||
[Jack Front Headphone]
|
||||
state.plugged = no
|
||||
state.unplugged = unknown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue