diff options
author | David Henningsson <david.henningsson@canonical.com> | 2012-07-03 10:31:30 +0200 |
---|---|---|
committer | David Henningsson <david.henningsson@canonical.com> | 2012-07-05 09:13:43 +0200 |
commit | ee619d98a3bbfe53f81e9dc4b510dba5be6f1d3b (patch) | |
tree | 6fd97e20300fba3ba109e0e74953b97ff3a634b4 | |
parent | e610bd3d1a1004e83a9e0456ce709313a2f59b9f (diff) |
alsa-mixer: Add "Front Headphone Jack" (fixup)
I forgot half of the front headphone patch, i e, to hide the
speaker output when the front headphone is connected. Thanks to
Shih-Yuan Lee for noticing.
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Conflicts:
src/modules/alsa/mixer/paths/analog-output-speaker.conf
-rw-r--r-- | src/modules/alsa/mixer/paths/analog-output-speaker.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/alsa/mixer/paths/analog-output-speaker.conf b/src/modules/alsa/mixer/paths/analog-output-speaker.conf index 9c58ed9f..827fcfdb 100644 --- a/src/modules/alsa/mixer/paths/analog-output-speaker.conf +++ b/src/modules/alsa/mixer/paths/analog-output-speaker.conf @@ -26,6 +26,10 @@ name = analog-output-speaker state.plugged = no state.unplugged = unknown +[Jack Front Headphone] +state.plugged = no +state.unplugged = unknown + [Element Hardware Master] switch = mute volume = merge |