diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-09-22 14:12:53 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-09-22 14:12:53 +0000 |
commit | d6100972a531839cce9e7480f67f5665d4d24007 (patch) | |
tree | 374ccdba81c394046a660b2714a2a909b7124af9 /DOCS/man/en | |
parent | 4ba180313299c4c5adeba13de2ad97ff7b72aea2 (diff) |
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.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13435 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 13a1be1bac..c3f87ff12b 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -1669,7 +1669,7 @@ Use a mixer device different from the default /dev/\:mixer. 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 @@ For a complete list of options look for SOUND_DEVICE_NAMES in /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) |