winealsa.drv: Remove call to snd_pcm_drain.

snd_pcm_drain can cause a deadlock if in the wrong state, and 
snd_pcm_drop below does the same thing.
This commit is contained in:
Maarten Lankhorst 2009-10-13 20:04:22 +02:00 committed by Alexandre Julliard
parent daf4da0646
commit d7a9e2d275
1 changed files with 0 additions and 3 deletions

View File

@ -322,9 +322,6 @@ static void wodPlayer_Reset(WINE_WAVEDEV* wwo, BOOL reset)
int err;
TRACE("(%p)\n", wwo);
/* flush all possible output */
snd_pcm_drain(wwo->pcm);
wodUpdatePlayedTotal(wwo, NULL);
/* updates current notify list */
wodPlayer_NotifyCompletions(wwo, FALSE);