mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
alsa-mixer: Support dual Front Headphone Jack
There are dual Front Headphone Jacks with different indices or with different names, they can be found on HP EliteDesk 800 SFF and HP EliteDesk 800 DM, respectively. Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/272>
This commit is contained in:
parent
aad2fca0c9
commit
2a0fa78d18
1 changed files with 12 additions and 0 deletions
|
|
@ -35,6 +35,18 @@ state.unplugged = unknown
|
|||
[Jack Front Headphone]
|
||||
required-any = any
|
||||
|
||||
; HP EliteDesk 800 SFF Headphone
|
||||
[Jack Front Headphone,1]
|
||||
required-any = any
|
||||
|
||||
; HP EliteDesk 800 DM Headset
|
||||
[Jack Front Headphone Front]
|
||||
required-any = any
|
||||
|
||||
; HP EliteDesk 800 DM Headphone
|
||||
[Jack Front Headphone Surround]
|
||||
required-any = any
|
||||
|
||||
[Jack Front Headphone Phantom]
|
||||
required-any = any
|
||||
state.plugged = unknown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue