summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-30 23:58:21 +0200
committerwm4 <wm4@nowhere>2014-06-14 14:07:23 +0200
commit9de0db208d0f4f8954f902591fa82d030b07ca9a (patch)
treeaf13e79043bf8db8e8afd3fe6a265383fac71524 /DOCS
parentd52c491fec6cc27e54cd94f3fe5aa5f0c5888612 (diff)
downloadmpv-9de0db208d0f4f8954f902591fa82d030b07ca9a.tar.bz2
mpv-9de0db208d0f4f8954f902591fa82d030b07ca9a.tar.xz
ao_alsa: make device the first sub option
This is more convenient.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/ao.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/en/ao.rst b/DOCS/man/en/ao.rst
index 8a00cdbdd6..127b8762e0 100644
--- a/DOCS/man/en/ao.rst
+++ b/DOCS/man/en/ao.rst
@@ -36,14 +36,14 @@ Available audio output drivers are:
``alsa`` (Linux only)
ALSA audio output driver
+ ``device=<device>``
+ Sets the device name. For ac3 output via S/PDIF, use an "iec958" or
+ "spdif" device, unless you really know how to set it correctly.
``no-block``
Sets noblock-mode.
``resample=yes``
Enable ALSA resampling plugin. (This is disabled by default, because
some drivers report incorrect audio delay in some cases.)
- ``device=<device>``
- Sets the device name. For ac3 output via S/PDIF, use an "iec958" or
- "spdif" device, unless you really know how to set it correctly.
``mixer-device=<device>``
Set the mixer device used with ``--no-softvol`` (default: ``default``).
``mixer-name=<name>``