mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
12 lines
352 B
Diff
12 lines
352 B
Diff
|
--- esound-0.2.38/audio_alsa09.c.old 2007-06-11 12:22:24.000000000 +0200
|
||
|
+++ esound-0.2.38/audio_alsa09.c 2007-06-11 12:22:49.000000000 +0200
|
||
|
@@ -486,7 +486,7 @@ void esd_audio_flush(void)
|
||
|
}
|
||
|
|
||
|
if (alsa_playback_handle != NULL)
|
||
|
- snd_pcm_drain( alsa_playback_handle );
|
||
|
+ snd_pcm_drop( alsa_playback_handle );
|
||
|
|
||
|
if (alsadbg)
|
||
|
print_state();
|