summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-09 22:57:25 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-01-25 17:00:13 +0900
commit6a8dad4c3ae853357ff820c6d1319ce25a318a4e (patch)
tree4a0b575a1d20fa6f64a09fba758733db0fa91466
parent3d710630a4feabd3c7aaba6e76178e730dbf473b (diff)
downloadmpv-6a8dad4c3ae853357ff820c6d1319ce25a318a4e.tar.bz2
mpv-6a8dad4c3ae853357ff820c6d1319ce25a318a4e.tar.xz
manpage: update the ao_alsa example (no-block was removed)
Also, don't use the "hw" device, but "plughw". ALSA docs say never to use "hw".
-rw-r--r--DOCS/man/ao.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst
index 27d0cfe3e9..26ecc2a328 100644
--- a/DOCS/man/ao.rst
+++ b/DOCS/man/ao.rst
@@ -28,8 +28,8 @@ normal driver parameters.
.. admonition:: Examples
- ``--ao=alsa,oss,`` Try the ALSA driver, then the OSS driver, then others.
- - ``--ao=alsa:no-block:device=[hw:0,3]`` Sets noblock-mode and the
- device-name as first card, fourth device.
+ - ``--ao=alsa:resample=yes:device=[plughw:0,3]`` Lets ALSA resample and
+ sets the device-name as first card, fourth device.
Available audio output drivers are: