summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2009-09-02 14:31:49 +0200
committerJaroslav Kysela <perex@perex.cz>2009-09-02 14:31:49 +0200
commit2cbf39749cd71a2b892b6006ae69283576176d17 (patch)
tree72d5d76a940c794b03e1f50b0e43b917bebebbc6
parentdefee56c4184cbd78907a62dce69a4b4f5e2c00a (diff)
downloadalsa-utils-2cbf39749cd71a2b892b6006ae69283576176d17.tar.gz
alsactl init: Fix typo "(" -> "{" in Headphone default rule
Reported-by: Philipp Jocham <philipp.jocham@gmx.net> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rw-r--r--alsactl/init/default2
1 files changed, 1 insertions, 1 deletions
diff --git a/alsactl/init/default b/alsactl/init/default
index 8653ec6..f2c0539 100644
--- a/alsactl/init/default
+++ b/alsactl/init/default
@@ -49,7 +49,7 @@ CTL{reset}="mixer"
CTL{name}="Headphone Playback Volume",PROGRAM!="__ctl_search",GOTO="headphone0_end"
# if master volume control is present, turn headphone volume to max
ENV{has_pmaster_vol}=="true",CTL{values}="0dB",RESULT=="0",GOTO="headphone0_end"
-ENV{has_pmaster_vol}=="true",CTL{values)="100%",GOTO="headphone0_end"
+ENV{has_pmaster_vol}=="true",CTL{values}="100%",GOTO="headphone0_end"
CTL{values}="$env{pvolume}",RESULT!="0",CTL{values}="$env{ppercent}"
LABEL="headphone0_end"
CTL{name}="Headphone Playback Switch",PROGRAM=="__ctl_search", \