From f6d7230a6fba0ab8040b1ebbdec7d3a5e2627640 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(-) (limited to 'DOCS/man/ao.rst') diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst index 3fada1a993..258548b514 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