mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:55:43 +01:00
alsactl init: use "generic method" instead "guess method"
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
dcb90a779e
commit
7f6a55e203
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue