summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-13 19:13:24 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-13 19:13:24 +0000
commit37bb3a71c7bd1ceb2cc603ad808f44e02caf4828 (patch)
treedbd12dec20c919f5f3a9495519014b9abeea2885 /DOCS
parent22d7a06cf8ba93ba8a84845f101dda8f43f89ba0 (diff)
downloadmpv-37bb3a71c7bd1ceb2cc603ad808f44e02caf4828.tar.bz2
mpv-37bb3a71c7bd1ceb2cc603ad808f44e02caf4828.tar.xz
ao_alsa now uses the device= suboption syntax instead of hw= or hw:
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12808 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.16
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 212533524e..56f8b11864 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: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
@@ -1592,9 +1592,9 @@ ALSA 0.9/1.x audio output driver.
Sets experimental mmap-mode (does not work for more than 2 channels).
.IPs noblock
Sets noblock-mode.
-.IPs hw=<device>
+.IPs device=<device>
Sets the device name.
-Replace the ',' with a '.' in the ALSA device name.
+Replace any ',' with '.' and any ':' with '#' in the ALSA device name.
.RE
.PD 1
.TP