Commit 99b28b12 authored by Warren Dukes's avatar Warren Dukes

this seemed to help a bit with the blip's on next

git-svn-id: https://svn.musicpd.org/mpd/trunk@3015 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 8a00fa6c
......@@ -225,6 +225,7 @@ static void alsa_dropBufferedAudio(AudioOutput * audioOutput) {
AlsaData * ad = audioOutput->data;
snd_pcm_drop(ad->pcm_handle);
snd_pcm_prepare(ad->pcm_handle);
}
inline static int alsa_errorRecovery(AlsaData * ad, int err) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment