[pulseaudio-commits] src/modules
David Henningsson
diwic at kemper.freedesktop.org
Wed Oct 24 03:40:39 PDT 2012
src/modules/alsa/mixer/paths/analog-input-linein.conf | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 63ddc0e426845d3016d34a7dd8785ce559d63116
Author: David Henningsson <david.henningsson at canonical.com>
Date: Tue Oct 16 11:35:00 2012 +0200
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 at canonical.com>
diff --git a/src/modules/alsa/mixer/paths/analog-input-linein.conf b/src/modules/alsa/mixer/paths/analog-input-linein.conf
index 6abafcb..3bcf436 100644
--- a/src/modules/alsa/mixer/paths/analog-input-linein.conf
+++ b/src/modules/alsa/mixer/paths/analog-input-linein.conf
@@ -123,5 +123,4 @@ enumeration = select
[Option Mic Jack Mode:Line In]
priority = 19
-required-any = any
name = input-linein
More information about the pulseaudio-commits
mailing list