changeset 12807:6494aa5947ee

ao_alsa now uses the device= suboption syntax instead of hw= or hw:
author reimar
date Tue, 13 Jul 2004 19:13:24 +0000
parents 2a02e3dc8ba3
children 6d30eb7e08c6
files DOCS/man/en/mplayer.1
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Tue Jul 13 18:09:58 2004 +0000
+++ b/DOCS/man/en/mplayer.1	Tue Jul 13 19:13:24 2004 +0000
@@ -1572,7 +1572,7 @@
 .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 @@
 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