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:
parent
8a00fa6c57
commit
99b28b12b6
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue