mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
alsa-mixer: Add path for Headset Microphone
In kernel 3.10, some devices will have the "Headset Microphone" name to indicate that the mic is part of a mic + headphone combo, i e, a headset.
This commit is contained in:
parent
ff828a83c1
commit
560ce5ece0
5 changed files with 105 additions and 4 deletions
|
|
@ -2336,6 +2336,7 @@ static int path_verify(pa_alsa_path *p) {
|
|||
{ "analog-input-microphone-rear", N_("Rear Microphone") },
|
||||
{ "analog-input-microphone-dock", N_("Dock Microphone") },
|
||||
{ "analog-input-microphone-internal", N_("Internal Microphone") },
|
||||
{ "analog-input-microphone-headset", N_("Headset Microphone") },
|
||||
{ "analog-input-linein", N_("Line In") },
|
||||
{ "analog-input-radio", N_("Radio") },
|
||||
{ "analog-input-video", N_("Video") },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue