mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
alsa-mixer: Don't let "Mic Jack Mode" alone create a "Line In" path
The IDT/Sigmatel codec driver often creates a "Mic Jack Mode" for every mic jack, so it can change functionality between Mic and Line In. However, as the "Mic Jack" is the standard naming, our current solution does not make the Line In port unavailable when nothing is plugged in. This patch makes the "Line In" port not to be created just because there is a "Mic Jack Mode" that could be set to "Line". This makes the behaviour consistent with e g "Dock Mic Jack Mode", "Front Mic Jack Mode" etc, where we don't create a "Dock Line" or "Dock Mic" port either. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
2a33b07d69
commit
63ddc0e426
1 changed files with 0 additions and 1 deletions
|
|
@ -123,5 +123,4 @@ enumeration = select
|
|||
|
||||
[Option Mic Jack Mode:Line In]
|
||||
priority = 19
|
||||
required-any = any
|
||||
name = input-linein
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue