]> git.proxmox.com Git - mirror_qemu.git/blobdiff - audio/paaudio.c
paaudio: remove unused stream flags
[mirror_qemu.git] / audio / paaudio.c
index c97b22e970d8ce96b30ac07c8c0255f6d501de89..14b4269c5500f5db2836142051b65461438b09ca 100644 (file)
@@ -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 */