summaryrefslogtreecommitdiffstats
path: root/polyp/play-memchunk.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/play-memchunk.c')
-rw-r--r--polyp/play-memchunk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/play-memchunk.c b/polyp/play-memchunk.c
index 6490547e..aa6d30e9 100644
--- a/polyp/play-memchunk.c
+++ b/polyp/play-memchunk.c
@@ -88,7 +88,7 @@ int pa_play_memchunk(struct pa_sink *sink, const char *name, const struct pa_sam
if (volume <= 0)
return 0;
- if (!(si = pa_sink_input_new(sink, name, ss, 0)))
+ if (!(si = pa_sink_input_new(sink, name, ss, 0, -1)))
return -1;
si->volume = volume;