mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:55:43 +01:00
- fixed the wrong help description of audio command.
This commit is contained in:
parent
d760ae6ee2
commit
41d38ac92a
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ static struct cmdtbl cmds[] = {
|
|||
{ "pro", IDX_PRO, CMD_BOOL,
|
||||
"professional (common)\n\toff = consumer mode, on = professional mode" },
|
||||
{ "aud", IDX_NOAUDIO, CMD_BOOL_INV,
|
||||
"audio (common)\n\toff = audio mode, on = non-audio mode" },
|
||||
"audio (common)\n\ton = audio mode, off = non-audio mode" },
|
||||
{ "rat", IDX_RATE, CMD_INT,
|
||||
"rate (common)\n\tsample rate in Hz" },
|
||||
{ "emp", IDX_EMP, CMD_INT,
|
||||
|
|
Loading…
Reference in a new issue