From a884e37de16fba2dddbe61e34520860f8b88c15d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 2 Mar 2014 11:12:09 +0100 Subject: output/alsa: call snd_pcm_prepare() after snd_pcm_drop() Don't wait for an optimistic write to fail. This is an improved workaround for the infamous Raspberry Pi bug (see commit af991765). It works much better and comes without the negative side effects. The old workaround is now obsolete. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 52b999a3a..6d7d13de1 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ ver 0.18.9 (not yet released) * protocol - "findadd" requires the "add" permission +* output + - alsa: improved workaround for noise after manual song change * decoder - vorbis: fix linker failure when libvorbis/libogg are static * encoder -- cgit v1.2.3