From 2d6eb4e9ba1503e094d8cdc30a5a081fd22c1c84 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 4 Nov 2013 14:19:03 +0100 Subject: test/chmap: Add missing usage text for -s option Signed-off-by: Takashi Iwai --- test/chmap.c | 1 + 1 file changed, 1 insertion(+) 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"); -- cgit v1.2.1