Takashi Iwai
558ddf7e27
- Backport upstream fixes: cleanups, non-glibc build fixes, fixes and enhancements of pcm_file plugin, etc. 0010-remove-unnecessary-obsolete-compat-hsearch_r.c.patch 0011-local.h-include-sys-types.h-to-fix-issues-with-pcm.h.patch 0012-test-chmap-Add-missing-usage-text-for-s-option.patch 0013-include-global.h-don-t-define-timeval-and-timespec-s.patch 0014-conf.c-use-portable-way-to-initialize-recursive-mute.patch 0015-pcm_file-fix-SEGFAULT-if-file-option-is-missing-whil.patch 0016-pcm_file-fixed-memory-leak.patch 0017-pcm_file-don-t-touch-infile-on-playback-and-output-f.patch 0018-pcm_file-document-new-argument-to-snd_pcm_file_open.patch - Fix aborting in races at closing dmix streams (bnc#852446): 0019-dmix-Don-t-use-assert-and-abort.patch - Don't include modprobe.d hack for 12.2 and older distros, which seem broken on them OBS-URL: https://build.opensuse.org/request/show/208679 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa?expand=0&rev=143
26 lines
818 B
Diff
26 lines
818 B
Diff
From 2d6eb4e9ba1503e094d8cdc30a5a081fd22c1c84 Mon Sep 17 00:00:00 2001
|
|
From: Takashi Iwai <tiwai@suse.de>
|
|
Date: Mon, 4 Nov 2013 14:19:03 +0100
|
|
Subject: [PATCH] test/chmap: Add missing usage text for -s option
|
|
|
|
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
|
---
|
|
test/chmap.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/test/chmap.c b/test/chmap.c
|
|
index d73ae7361498..ad3b305b501c 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");
|
|
--
|
|
1.8.4.3
|
|
|