diff options
author | David Henningsson <david.henningsson@canonical.com> | 2012-07-02 12:09:06 +0200 |
---|---|---|
committer | David Henningsson <david.henningsson@canonical.com> | 2012-07-05 09:12:53 +0200 |
commit | e610bd3d1a1004e83a9e0456ce709313a2f59b9f (patch) | |
tree | 1904ba4e916a16f1454dc2dbe5e8cc38774fda8f | |
parent | 1104a108f0162f38e2e235921ece8b19d071eb70 (diff) |
alsa-mixer: Add "Front Headphone" jack
Many desktops have headphone on the front and line outs on the back.
Sometimes this means that the headphone is labelled "Front Headphone Jack",
but the volume controls are only "Headphone Playback Volume", i e,
without the "Front" prefix.
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
-rw-r--r-- | src/modules/alsa/mixer/paths/analog-output-headphones.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/alsa/mixer/paths/analog-output-headphones.conf b/src/modules/alsa/mixer/paths/analog-output-headphones.conf index 2860f285..5879705d 100644 --- a/src/modules/alsa/mixer/paths/analog-output-headphones.conf +++ b/src/modules/alsa/mixer/paths/analog-output-headphones.conf @@ -22,6 +22,9 @@ priority = 90 name = analog-output-headphones +[Jack Front Headphone] +required-any = any + [Jack Headphone] required-any = any |