diff --git a/src/pulsecore/sink.c b/src/pulsecore/sink.c index 4d3b42c82..77a0c562c 100644 --- a/src/pulsecore/sink.c +++ b/src/pulsecore/sink.c @@ -305,7 +305,6 @@ void pa_sink_put(pa_sink* s) { /* The following fields must be initialized properly when calling _put() */ pa_assert(s->asyncmsgq); pa_assert(s->rtpoll); - pa_assert(s->thread_info.max_request > 0); pa_assert(!s->thread_info.min_latency || !s->thread_info.max_latency || s->thread_info.min_latency <= s->thread_info.max_latency);