]> git.alsa-project.org Git - alsa-utils.git/commitdiff
alsactl init: use "generic method" instead "guess method"
authorJaroslav Kysela <perex@perex.cz>
Thu, 2 Sep 2010 13:36:56 +0000 (15:36 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 2 Sep 2010 13:36:56 +0000 (15:36 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
alsactl/init/00main

index fb7f02cecabdc363bfb47ccdd6141415aa904f65..660df389f3339688b0baabe3af1533fe5ced2647 100644 (file)
@@ -38,7 +38,7 @@ LABEL="init_end"
 ACCESS=="postinit", INCLUDE="postinit"
 RESULT=="true", GOTO="00_mainend"
 ERROR="Found hardware: \"$cardinfo{driver}\" \"$cardinfo{mixername}\" \"$cardinfo{components}\" \"$attr{subsystem_vendor}\" \"$attr{subsystem_device}\"\n"
-ERROR="Hardware is initialized using a guess method\n"
+ERROR="Hardware is initialized using a generic method\n"
 INCLUDE="default"
 EXIT="99"