# HG changeset patch # User reimar # Date 1089746004 0 # Node ID 6494aa5947eed420bea0a21bd8c7847b94142b2b # Parent 2a02e3dc8ba3f3e656e1ac595a428ff81f9b6bd2 ao_alsa now uses the device= suboption syntax instead of hw= or hw: diff -r 2a02e3dc8ba3 -r 6494aa5947ee DOCS/man/en/mplayer.1 --- 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= +.IPs 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