diff options
author | David Henningsson <david.henningsson@canonical.com> | 2012-12-19 11:24:33 +0100 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-12-20 12:33:24 +0530 |
commit | 299e32b767ac60ddbaa747cd03c09b780e364637 (patch) | |
tree | c027a422cea6c0701a40da3c7b8c7aad2df74067 | |
parent | fc2f741f61f3a07627d3aa267c14a2d5b12529e4 (diff) |
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@colin.guthr.ie>
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
-rw-r--r-- | src/modules/alsa/mixer/paths/analog-output-speaker-always.conf | 5 |
1 files changed, 4 insertions, 1 deletions
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 3ebdc4a6..8a2b3dfa 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 |