[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.734,1.735
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Wed Sep 22 16:12:56 CEST 2004
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv83/DOCS/man/en
Modified Files:
mplayer.1
Log Message:
allow to select an alsa mixer channel index.
Patch by Eric Yagerlener [eyager (at) chartermi (dot) net].
Applied with slight modifications, see also bugzilla bug #69.
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.734
retrieving revision 1.735
diff -u -r1.734 -r1.735
--- mplayer.1 22 Sep 2004 11:25:26 -0000 1.734
+++ mplayer.1 22 Sep 2004 14:12:53 -0000 1.735
@@ -1669,7 +1669,7 @@
For ALSA this is the mixer name.
.
.TP
-.B \-mixer-channel <mixer line> (\-ao oss and \-ao alsa only)
+.B \-mixer-channel <mixer line>[,mixer index] (\-ao oss and \-ao alsa only)
This option will tell MPlayer to use a different channel for controlling
volume than the default PCM.
Options for OSS include
@@ -1678,6 +1678,12 @@
/usr/\:include/\:linux/\:soundcard.h.
For ALSA you can use the names e.g.\& alsamixer displays, like
.B Master, Line, PCM.
+.br
+.I NOTE:
+ALSA mixer channel names followed by a number must be specified in the
+<name,number> format, i.e. a channel labeled 'PCM 1' in alsamixer must
+be converted to
+.B PCM,1.
.
.TP
.B \-nowaveheader (\-ao pcm only)
More information about the MPlayer-DOCS
mailing list