]> git.alsa-project.org Git - alsa-utils.git/commitdiff
alsactl init: Use "Found hardware:" instead "Unknown hardware:"
authorJaroslav Kysela <perex@perex.cz>
Thu, 2 Sep 2010 13:03:23 +0000 (15:03 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 2 Sep 2010 13:03:23 +0000 (15:03 +0200)
It seems that "Unknown hardware:" confuses users. Use "Found hardware:"
instead.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
alsactl/init/00main

index 2d26bbf1b8ff8f29a311e2fc4df25592e48fd3a0..fb7f02cecabdc363bfb47ccdd6141415aa904f65 100644 (file)
@@ -37,7 +37,7 @@ CARDINFO{driver}=="Test", INCLUDE="test", GOTO="init_end"
 LABEL="init_end"
 ACCESS=="postinit", INCLUDE="postinit"
 RESULT=="true", GOTO="00_mainend"
-ERROR="Unknown hardware: \"$cardinfo{driver}\" \"$cardinfo{mixername}\" \"$cardinfo{components}\" \"$attr{subsystem_vendor}\" \"$attr{subsystem_device}\"\n"
+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"
 INCLUDE="default"
 EXIT="99"