diff -u esound-0.2.38/debian/changelog esound-0.2.38/debian/changelog --- esound-0.2.38/debian/changelog +++ esound-0.2.38/debian/changelog @@ -1,3 +1,9 @@ +esound (0.2.38-0ubuntu5) gutsy; urgency=low + + * audio_alsa09.c: Use snd_pcm_drop instead of snd_pcm_drain. (LP: ##125308) + + -- Jonh Wendell Wed, 10 Oct 2007 06:27:15 -0300 + esound (0.2.38-0ubuntu4) gutsy; urgency=low * esdlib.c: Check if the esd binary exists at all. If not, forego forking only in patch2: unchanged: --- esound-0.2.38.orig/audio_alsa09.c +++ esound-0.2.38/audio_alsa09.c @@ -486,7 +486,7 @@ } if (alsa_playback_handle != NULL) - snd_pcm_drain( alsa_playback_handle ); + snd_pcm_drop( alsa_playback_handle ); if (alsadbg) print_state();