summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2013-11-04 14:19:03 +0100
committerTakashi Iwai <tiwai@suse.de>2013-11-04 14:19:03 +0100
commit2d6eb4e9ba1503e094d8cdc30a5a081fd22c1c84 (patch)
tree1d6f62b2ee4bde1092432df6d110fb6c8ea7b5e9
parent10ecf963ca9ee7c491affadd4838ef8e35823d2c (diff)
downloadalsa-lib-2d6eb4e9ba1503e094d8cdc30a5a081fd22c1c84.tar.gz
test/chmap: Add missing usage text for -s option
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--test/chmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/chmap.c b/test/chmap.c
index d73ae736..ad3b305b 100644
--- a/test/chmap.c
+++ b/test/chmap.c
@@ -16,6 +16,7 @@ static void usage(void)
" chmap [options] set CH0 CH1 CH2...\n"
"options:\n"
" -D device Specify PCM device to handle\n"
+ " -s stream Specify PCM stream direction (playback/capture)\n"
" -f format PCM format\n"
" -c channels Channels\n"
" -r rate Sample rate\n");