perex fdc6ff
From 2cbf39749cd71a2b892b6006ae69283576176d17 Mon Sep 17 00:00:00 2001
perex fdc6ff
From: Jaroslav Kysela <perex@perex.cz>
perex fdc6ff
Date: Wed, 2 Sep 2009 14:31:49 +0200
perex fdc6ff
Subject: [PATCH] alsactl init: Fix typo "(" -> "{" in Headphone default rule
perex fdc6ff
perex fdc6ff
Reported-by: Philipp Jocham <philipp.jocham@gmx.net>
perex fdc6ff
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
perex fdc6ff
---
perex fdc6ff
 alsactl/init/default |    2 +-
perex fdc6ff
 1 files changed, 1 insertions(+), 1 deletions(-)
perex fdc6ff
perex fdc6ff
diff --git a/alsactl/init/default b/alsactl/init/default
perex fdc6ff
index 8653ec6..f2c0539 100644
perex fdc6ff
--- a/alsactl/init/default
perex fdc6ff
+++ b/alsactl/init/default
perex fdc6ff
@@ -49,7 +49,7 @@ CTL{reset}="mixer"
perex fdc6ff
 CTL{name}="Headphone Playback Volume",PROGRAM!="__ctl_search",GOTO="headphone0_end"
perex fdc6ff
 # if master volume control is present, turn headphone volume to max
perex fdc6ff
 ENV{has_pmaster_vol}=="true",CTL{values}="0dB",RESULT=="0",GOTO="headphone0_end"
perex fdc6ff
-ENV{has_pmaster_vol}=="true",CTL{values)="100%",GOTO="headphone0_end"
perex fdc6ff
+ENV{has_pmaster_vol}=="true",CTL{values}="100%",GOTO="headphone0_end"
perex fdc6ff
 CTL{values}="$env{pvolume}",RESULT!="0",CTL{values}="$env{ppercent}"
perex fdc6ff
 LABEL="headphone0_end"
perex fdc6ff
 CTL{name}="Headphone Playback Switch",PROGRAM=="__ctl_search", \
perex fdc6ff
-- 
perex fdc6ff
1.5.5.1
perex fdc6ff