mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
alsa-mixer: Recognize "Dock Line Out" jack
Some machines provide "Dock Line Out Jack" control that should be handled like a normal line out. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
ff24ea7695
commit
4a9916ba15
2 changed files with 12 additions and 0 deletions
|
|
@ -87,6 +87,14 @@ state.plugged = unknown
|
|||
state.unplugged = unknown
|
||||
required-any = any
|
||||
|
||||
[Jack Dock Line Out]
|
||||
required-any = any
|
||||
|
||||
[Jack Dock Line Out Phantom]
|
||||
state.plugged = unknown
|
||||
state.unplugged = unknown
|
||||
required-any = any
|
||||
|
||||
[Element Hardware Master]
|
||||
switch = mute
|
||||
volume = merge
|
||||
|
|
|
|||
|
|
@ -52,6 +52,10 @@ state.unplugged = unknown
|
|||
state.plugged = no
|
||||
state.unplugged = unknown
|
||||
|
||||
[Jack Dock Line Out]
|
||||
state.plugged = no
|
||||
state.unplugged = unknown
|
||||
|
||||
[Jack Speaker Phantom]
|
||||
required-any = any
|
||||
state.plugged = unknown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue