summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-09-20 14:00:02 +0200
committerTakashi Iwai <tiwai@suse.de>2012-09-20 14:00:02 +0200
commit7b14c00b56784f69ecc954a2de36e0a058fc8849 (patch)
tree7dc3c63001f3769cd5784d7f52bbc0455615a107
parent000bf230cfb3b0abe88d27701dd77982675126ec (diff)
downloadalsa-utils-7b14c00b56784f69ecc954a2de36e0a058fc8849.tar.gz
speaker-test: Update man page for chmap option
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--speaker-test/speaker-test.19
1 files changed, 9 insertions, 0 deletions
diff --git a/speaker-test/speaker-test.1 b/speaker-test/speaker-test.1
index 6ef0814..cad88b5 100644
--- a/speaker-test/speaker-test.1
+++ b/speaker-test/speaker-test.1
@@ -131,6 +131,11 @@ Use the given WAV file for the playback instead of pre-defined WAV files.
Specify the directory containing WAV files for playback.
The default path is \fI/usr/share/sounds/alsa\fP.
+.TP
+\fB\-m\fP | \fB\-\-chmap\fP
+Pass the channel map to override.
+If the playback in a specific channel order or channel positions is
+required, pass the channel position strings to this option.
.SH USAGE EXAMPLES
@@ -159,6 +164,10 @@ To do a 2-speaker test using the spdif (coax or optical) output:
speaker-test -Dplug:spdif -c2
.EE
+Play in the order of front-right and front-left from the front PCM
+.EX
+ speaker-test -Dplug:front -c2 -mFR,FL
+.EE
.SH SEE ALSO
.BR aplay(1)