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
This commit is contained in:
Warren Dukes 2005-03-05 14:45:27 +00:00
parent 8a00fa6c57
commit 99b28b12b6
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ static void alsa_dropBufferedAudio(AudioOutput * audioOutput) {
AlsaData * ad = audioOutput->data; AlsaData * ad = audioOutput->data;
snd_pcm_drop(ad->pcm_handle); snd_pcm_drop(ad->pcm_handle);
snd_pcm_prepare(ad->pcm_handle);
} }
inline static int alsa_errorRecovery(AlsaData * ad, int err) { inline static int alsa_errorRecovery(AlsaData * ad, int err) {