]> git.alsa-project.org Git - alsa-utils.git/commitdiff
alsactl: 00main - fix typo in goto label
authorJaroslav Kysela <perex@perex.cz>
Tue, 13 Oct 2020 15:30:11 +0000 (17:30 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 13 Oct 2020 15:30:15 +0000 (17:30 +0200)
BugLink: https://github.com/alsa-project/alsa-utils/issues/52
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
alsactl/init/00main

index 660df389f3339688b0baabe3af1533fe5ced2647..21fd8af85b01b9e4f3a0c2e9bcd43b6c75c34380 100644 (file)
@@ -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"