summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-30 16:15:06 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-30 16:15:06 +0000
commit4deb67c3faeab4dbc063e5442c6d41df78c5de81 (patch)
treeec326f6d107eaf09e6b3bc4f45a117a084e3fb5d /DOCS
parente5b67089c763989c5215f8603102415b3f8c3070 (diff)
downloadmpv-4deb67c3faeab4dbc063e5442c6d41df78c5de81.tar.bz2
mpv-4deb67c3faeab4dbc063e5442c6d41df78c5de81.tar.xz
Use = instead if # in ALSA device name, as # irritates our config-parser.
Original patch by stan (at) saticed (dot) me (dot) uk git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12920 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.14
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index dac7a10495..a23ee11c39 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -1572,7 +1572,7 @@ See \-ao help for a list of compiled-in drivers.
.RSs
.IPs "\-ao alsa,oss,"
Try the ALSA driver, then the OSS driver, then others.
-.IPs "\-ao alsa:mmap:noblock:device=hw#0.3"
+.IPs "\-ao alsa:mmap:noblock:device=hw=0.3"
Sets noblock-mode, mmap-mode and the device-name as first card, fourth device.
.RE
.PD 1
@@ -1594,7 +1594,7 @@ Sets experimental mmap-mode (does not work for more than 2 channels).
Sets noblock-mode.
.IPs device=<device>
Sets the device name.
-Replace any ',' with '.' and any ':' with '#' in the ALSA device name.
+Replace any ',' with '.' and any ':' with '=' in the ALSA device name.
.RE
.PD 1
.TP