summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_dmix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcm/pcm_dmix.c')
-rw-r--r--src/pcm/pcm_dmix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcm/pcm_dmix.c b/src/pcm/pcm_dmix.c
index b93c955c..b0d0a43e 100644
--- a/src/pcm/pcm_dmix.c
+++ b/src/pcm/pcm_dmix.c
@@ -623,7 +623,7 @@ static int __snd_pcm_dmix_drain(snd_pcm_t *pcm)
if (dmix->state == SND_PCM_STATE_DRAINING) {
snd_pcm_dmix_sync_area(pcm);
if ((pcm->mode & SND_PCM_NONBLOCK) == 0) {
- snd_pcm_wait_nocheck(pcm, -1);
+ snd_pcm_wait_nocheck(pcm, SND_PCM_WAIT_DRAIN);
snd_pcm_direct_clear_timer_queue(dmix); /* force poll to wait */
}