summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-30 23:58:21 +0200
committerwm4 <wm4@nowhere>2014-05-31 01:40:12 +0200
commit9f6e8d64de18d6bc57ee3338d6b900d669f35c0b (patch)
treea2a73fc8a2999111be2c870dc2ad4af3f0451415 /DOCS/man
parent4fa3ffebfe41b0c4ffed6f952cc05a7c275275f4 (diff)
downloadmpv-9f6e8d64de18d6bc57ee3338d6b900d669f35c0b.tar.bz2
mpv-9f6e8d64de18d6bc57ee3338d6b900d669f35c0b.tar.xz
ao_alsa: make device the first sub option
This is more convenient.
Diffstat (limited to 'DOCS/man')
-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 49a3ce6f7a..64c9e308d3 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>``