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.
This commit is contained in:
Max Kellermann
2014-03-02 11:12:09 +01:00
parent 0102a8665a
commit a884e37de1
2 changed files with 27 additions and 0 deletions

2
NEWS
View File

@@ -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