mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 19:15:41 +01:00
alsactl: 00main - fix typo in goto label
BugLink: https://github.com/alsa-project/alsa-utils/issues/52 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
ae9d8cc974
commit
860b851639
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ CARDINFO{driver}=="Test", INCLUDE="test", GOTO="init_end"
|
|||
|
||||
LABEL="init_end"
|
||||
ACCESS=="postinit", INCLUDE="postinit"
|
||||
RESULT=="true", GOTO="00_mainend"
|
||||
RESULT=="true", GOTO="00main_end"
|
||||
ERROR="Found hardware: \"$cardinfo{driver}\" \"$cardinfo{mixername}\" \"$cardinfo{components}\" \"$attr{subsystem_vendor}\" \"$attr{subsystem_device}\"\n"
|
||||
ERROR="Hardware is initialized using a generic method\n"
|
||||
INCLUDE="default"
|
||||
|
|
Loading…
Reference in a new issue