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:
Sjoerd Simons 2014-08-31 20:11:21 +02:00 committed by David Henningsson
parent 076601ee28
commit 594da41d07
2 changed files with 12 additions and 0 deletions

View file

@ -25,6 +25,14 @@ description-key = analog-output-headphones
[Properties] [Properties]
device.icon_name = audio-headphones 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] [Jack Front Headphone]
required-any = any required-any = any

View file

@ -29,6 +29,10 @@ device.icon_name = audio-speakers
state.plugged = no state.plugged = no
state.unplugged = unknown state.unplugged = unknown
[Jack Dock Headphone]
state.plugged = no
state.unplugged = unknown
[Jack Front Headphone] [Jack Front Headphone]
state.plugged = no state.plugged = no
state.unplugged = unknown state.unplugged = unknown