alsactl init - add default command to help config and fix packaging

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2008-08-18 16:27:45 +02:00
parent 9a748178d1
commit a227a9ad52
2 changed files with 2 additions and 1 deletions

View 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

View 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"