From: Jaroslav Kysela Date: Wed, 2 Sep 2009 12:31:49 +0000 (+0200) Subject: alsactl init: Fix typo "(" -> "{" in Headphone default rule X-Git-Tag: v1.0.22~11 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=2cbf39749cd71a2b892b6006ae69283576176d17;p=alsa-utils.git alsactl init: Fix typo "(" -> "{" in Headphone default rule Reported-by: Philipp Jocham Signed-off-by: Jaroslav Kysela --- 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", \