mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:05:42 +01:00
alsactl: ca0106 initialization files - wrong exit
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
13ba4383d8
commit
ccd0e8834c
1 changed files with 2 additions and 3 deletions
|
@ -18,11 +18,8 @@ CTL{name}="IEC958 Center/LFE Playback Volume", CTL{value}="0dB"
|
|||
CTL{name}="Analog Source Capture Enum", CTL{value}="Mic"
|
||||
CTL{name}="Mic Capture Volume", CTL{value}="6dB"
|
||||
CTL{name}="Shared Mic/Line in Capture Switch", CTL{value}="Mic in"
|
||||
RESULT="true", EXIT="return"
|
||||
|
||||
#
|
||||
# some variants have also AC97 mixer
|
||||
#
|
||||
|
||||
CTL{reset}="mixer"
|
||||
CTL{name}="AC97 Line Capture Volume",PROGRAM!="__ctl_search",GOTO="ac97_end"
|
||||
|
@ -30,3 +27,5 @@ CTL{name}="Analog Source Capture Enum", CTL{value}="AC97 in"
|
|||
CTL{name}="AC97 Mic Capture Switch", "on"
|
||||
CTL{name}="AC97 Mic Capture Value", "6dB"
|
||||
LABEL="ac97_end"
|
||||
|
||||
RESULT="true", EXIT="return"
|
||||
|
|
Loading…
Reference in a new issue