aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-03-02 11:12:09 +0100
committerMax Kellermann <max@duempel.org>2014-03-02 11:12:25 +0100
commita884e37de16fba2dddbe61e34520860f8b88c15d (patch)
treefe31e7ab622fd132cf3f83052a5c3baa6c6d1c40 /NEWS
parent0102a8665ae23f3e7807f711abbe461e58359f61 (diff)
downloadmpd-a884e37de16fba2dddbe61e34520860f8b88c15d.tar.gz
mpd-a884e37de16fba2dddbe61e34520860f8b88c15d.tar.xz
mpd-a884e37de16fba2dddbe61e34520860f8b88c15d.zip
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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