mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:05:42 +01:00
alsactl init - add default command to help config and fix packaging
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
9a748178d1
commit
a227a9ad52
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
init_files = \
|
init_files = \
|
||||||
00main help info test \
|
00main default help info test \
|
||||||
hda
|
hda
|
||||||
EXTRA_DIRST = $(init_files)
|
EXTRA_DIRST = $(init_files)
|
||||||
alsainitdir = $(datadir)/alsa/init
|
alsainitdir = $(datadir)/alsa/init
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PRINT="Available commands (identified by the environment variable CMD):\n\n"
|
PRINT="Available commands (identified by the environment variable CMD):\n\n"
|
||||||
PRINT=" (not set) Do a soundcard initialization\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=" help Show this information\n"
|
||||||
PRINT=" info Print all available hardware identification\n"
|
PRINT=" info Print all available hardware identification\n"
|
||||||
PRINT=" test Do alsactl utility parser tests\n"
|
PRINT=" test Do alsactl utility parser tests\n"
|
||||||
|
|
Loading…
Reference in a new issue