Commit 8e634b82 authored by Warren Dukes's avatar Warren Dukes

don't need the extra snd_pcm_prepare after _drop

git-svn-id: https://svn.musicpd.org/mpd/trunk@3020 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 8004ae34
......@@ -230,7 +230,6 @@ static void alsa_dropBufferedAudio(AudioOutput * audioOutput) {
AlsaData * ad = audioOutput->data;
snd_pcm_drop(ad->pcmHandle);
snd_pcm_prepare(ad->pcmHandle);
}
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