X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wav_filter.c;h=b28b1d3c516d59ac3fbd4cea13bde8b5be492cb3;hp=63c7b7eb6752ed50126c6b5a3d9900d9a1f8030e;hb=a9ed3326f84cbb7585b5875e745f87eb96551ad4;hpb=c773ec0d537d239e2eebe2d77a786f0ba49fdc22 diff --git a/wav_filter.c b/wav_filter.c index 63c7b7eb..b28b1d3c 100644 --- a/wav_filter.c +++ b/wav_filter.c @@ -72,8 +72,7 @@ static void wav_pre_select(struct sched *s, struct task *t) t->error = 0; if (iqs == 0) return; - s->timeout.tv_sec = 0; - s->timeout.tv_usec = 1; + sched_min_delay(s); } static void wav_post_select(__a_unused struct sched *s, struct task *t)