[pulseaudio-commits] src/modules
David Henningsson
diwic at kemper.freedesktop.org
Wed Dec 19 02:30:36 PST 2012
src/modules/alsa/mixer/paths/analog-output-speaker-always.conf | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit a703451811f31abe6302f39675c1e1fdfc1925d6
Author: David Henningsson <david.henningsson at canonical.com>
Date: Wed Dec 19 11:24:33 2012 +0100
alsa-mixer: Fix the analog-output-speaker-always path
A left over "required-any" made this path useless for most people.
While we're at it, also add "Front Headphone" like for the normal
speaker path.
Tested-by: Colin Guthrie <gmane at colin.guthr.ie>
Signed-off-by: David Henningsson <david.henningsson at canonical.com>
diff --git a/src/modules/alsa/mixer/paths/analog-output-speaker-always.conf b/src/modules/alsa/mixer/paths/analog-output-speaker-always.conf
index 3ebdc4a..8a2b3df 100644
--- a/src/modules/alsa/mixer/paths/analog-output-speaker-always.conf
+++ b/src/modules/alsa/mixer/paths/analog-output-speaker-always.conf
@@ -30,6 +30,10 @@ device.icon_name = audio-speakers
state.plugged = no
state.unplugged = unknown
+[Jack Front Headphone]
+state.plugged = no
+state.unplugged = unknown
+
[Element Hardware Master]
switch = mute
volume = merge
@@ -132,7 +136,6 @@ switch = mute
volume = merge
override-map.1 = lfe
override-map.2 = lfe,lfe
-required-any = any
[Element CLFE]
switch = mute
More information about the pulseaudio-commits
mailing list