mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
alsa-mixer: Fix Analog Input showing up on USB Headset
In some cases, "Analog Input" could show up as well as "Headset Mic" (or "Headphone Mic"), because I forgot to add the relevant "required-absent" lines when I added the headset mic path. As a result, both "Analog Input" and "Headset Mic" showed up on the Logitech USB 530 Headset. Reported-by: Steve Magoun <steve.magoun@canonical.com> Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
85891571f4
commit
00922f7dc0
1 changed files with 15 additions and 0 deletions
|
|
@ -61,6 +61,21 @@ required-absent = any
|
|||
[Element Rear Mic Boost]
|
||||
required-absent = any
|
||||
|
||||
[Element Headset]
|
||||
required-absent = any
|
||||
|
||||
[Element Headset Mic]
|
||||
required-absent = any
|
||||
|
||||
[Element Headset Mic Boost]
|
||||
required-absent = any
|
||||
|
||||
[Element Headphone Mic]
|
||||
required-absent = any
|
||||
|
||||
[Element Headphone Mic Boost]
|
||||
required-absent = any
|
||||
|
||||
[Element Line]
|
||||
required-absent = any
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue