mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
alsa: fix analog-input-microphone-headset device type
From: Hui Wang <hui.wang@canonical.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
3efcb6847d
commit
a46bdcedc1
1 changed files with 1 additions and 1 deletions
|
|
@ -2712,7 +2712,7 @@ static int path_verify(pa_alsa_path *p) {
|
|||
{ "analog-input-microphone-rear", N_("Rear Microphone"), PA_DEVICE_PORT_TYPE_MIC },
|
||||
{ "analog-input-microphone-dock", N_("Dock Microphone"), PA_DEVICE_PORT_TYPE_MIC },
|
||||
{ "analog-input-microphone-internal", N_("Internal Microphone"), PA_DEVICE_PORT_TYPE_MIC },
|
||||
{ "analog-input-microphone-headset", N_("Headset Microphone"), PA_DEVICE_PORT_TYPE_MIC },
|
||||
{ "analog-input-microphone-headset", N_("Headset Microphone"), PA_DEVICE_PORT_TYPE_HEADSET },
|
||||
{ "analog-input-linein", N_("Line In"), PA_DEVICE_PORT_TYPE_LINE },
|
||||
{ "analog-input-radio", N_("Radio"), PA_DEVICE_PORT_TYPE_RADIO },
|
||||
{ "analog-input-video", N_("Video"), PA_DEVICE_PORT_TYPE_VIDEO },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue