diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/paaudio.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/paaudio.c b/audio/paaudio.c index c97b22e970..14b4269c55 100644 --- a/audio/paaudio.c +++ b/audio/paaudio.c @@ -463,10 +463,7 @@ static pa_stream *qpa_simple_new ( pa_stream_set_state_callback(stream, stream_state_cb, c); - flags = - PA_STREAM_INTERPOLATE_TIMING - | PA_STREAM_AUTO_TIMING_UPDATE - | PA_STREAM_EARLY_REQUESTS; + flags = PA_STREAM_EARLY_REQUESTS; if (dev) { /* don't move the stream if the user specified a sink/source */ |