]> git.alsa-project.org Git - alsa-utils.git/commitdiff
alsactl init - add default command to help config and fix packaging
authorJaroslav Kysela <perex@perex.cz>
Mon, 18 Aug 2008 14:27:45 +0000 (16:27 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 18 Aug 2008 14:27:45 +0000 (16:27 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
alsactl/init/Makefile.am
alsactl/init/help

index 2a7e13fd08dc911a38f649207cdc770315d171cb..4169f3463bab19a8242dd71f7fad38a315a93228 100644 (file)
@@ -1,6 +1,6 @@
 
 init_files = \
-       00main help info test \
+       00main default help info test \
        hda
 EXTRA_DIRST = $(init_files)
 alsainitdir = $(datadir)/alsa/init
index 60d9b1ccb9fc3e80d0bad3a849f0b044bd99bf73..4f0ba70b75ea8d587f5d7d9a559fbc41330c7a3f 100644 (file)
@@ -2,6 +2,7 @@
 
 PRINT="Available commands (identified by the environment variable CMD):\n\n"
 PRINT="  (not set)     Do a soundcard initialization\n"
+PRINT="  default       Do a default (guess method) initialization\n"
 PRINT="  help          Show this information\n"
 PRINT="  info          Print all available hardware identification\n"
 PRINT="  test          Do alsactl utility parser tests\n"