Blame SOURCES/0001-alsa-mixer-Fix-the-analog-output-speaker-always-path.patch

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