[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.620,1.621

Reimar Döffinger CVS syncmail at mplayerhq.hu
Tue Jul 13 21:13:27 CEST 2004


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv15156

Modified Files:
	mplayer.1 
Log Message:
ao_alsa now uses the device= suboption syntax instead of hw= or hw:


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.620
retrieving revision 1.621
diff -u -r1.620 -r1.621
--- mplayer.1	9 Jul 2004 09:07:36 -0000	1.620
+++ mplayer.1	13 Jul 2004 19:13:24 -0000	1.621
@@ -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




More information about the MPlayer-DOCS mailing list