summaryrefslogtreecommitdiffstats
path: root/polyp/pactl.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/pactl.c')
-rw-r--r--polyp/pactl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/pactl.c b/polyp/pactl.c
index f2556706..dfa11b70 100644
--- a/polyp/pactl.c
+++ b/polyp/pactl.c
@@ -150,7 +150,7 @@ static void stream_write_callback(struct pa_stream *s, size_t length, void *user
quit(1);
}
- pa_stream_write(s, d, length, free);
+ pa_stream_write(s, d, length, free, 0);
sample_length -= length;