From 6a8dad4c3ae853357ff820c6d1319ce25a318a4e Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 9 Dec 2014 22:57:25 +0100 Subject: 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". --- DOCS/man/ao.rst | 4 ++-- 1 file 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: -- cgit v1.2.3