esound-0.2.38-drain.patch 352 B

123456789101112
  1. --- esound-0.2.38/audio_alsa09.c.old 2007-06-11 12:22:24.000000000 +0200
  2. +++ esound-0.2.38/audio_alsa09.c 2007-06-11 12:22:49.000000000 +0200
  3. @@ -486,7 +486,7 @@ void esd_audio_flush(void)
  4. }
  5. if (alsa_playback_handle != NULL)
  6. - snd_pcm_drain( alsa_playback_handle );
  7. + snd_pcm_drop( alsa_playback_handle );
  8. if (alsadbg)
  9. print_state();