comparison DOCS/man/en/mplayer.1 @ 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 e8f118e80cde
children 6d30eb7e08c6
comparison
equal deleted inserted replaced
12806:2a02e3dc8ba3 12807:6494aa5947ee
1570 .I EXAMPLE: 1570 .I EXAMPLE:
1571 .PD 0 1571 .PD 0
1572 .RSs 1572 .RSs
1573 .IPs "\-ao alsa,oss," 1573 .IPs "\-ao alsa,oss,"
1574 Try the ALSA driver, then the OSS driver, then others. 1574 Try the ALSA driver, then the OSS driver, then others.
1575 .IPs "\-ao alsa:mmap:noblock:hw=0.3" 1575 .IPs "\-ao alsa:mmap:noblock:device=hw#0.3"
1576 Sets noblock-mode, mmap-mode and the device-name as first card, fourth device. 1576 Sets noblock-mode, mmap-mode and the device-name as first card, fourth device.
1577 .RE 1577 .RE
1578 .PD 1 1578 .PD 1
1579 . 1579 .
1580 1580
1590 .RSs 1590 .RSs
1591 .IPs mmap\ \ \ 1591 .IPs mmap\ \ \
1592 Sets experimental mmap-mode (does not work for more than 2 channels). 1592 Sets experimental mmap-mode (does not work for more than 2 channels).
1593 .IPs noblock 1593 .IPs noblock
1594 Sets noblock-mode. 1594 Sets noblock-mode.
1595 .IPs hw=<device> 1595 .IPs device=<device>
1596 Sets the device name. 1596 Sets the device name.
1597 Replace the ',' with a '.' in the ALSA device name. 1597 Replace any ',' with '.' and any ':' with '#' in the ALSA device name.
1598 .RE 1598 .RE
1599 .PD 1 1599 .PD 1
1600 .TP 1600 .TP
1601 .B alsa1x (OBSOLETE) 1601 .B alsa1x (OBSOLETE)
1602 ALSA 1.x audio output driver. 1602 ALSA 1.x audio output driver.