diff options
Diffstat (limited to 'polyp/play-memchunk.c')
-rw-r--r-- | polyp/play-memchunk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/play-memchunk.c b/polyp/play-memchunk.c index e3f0c006..ace8ca69 100644 --- a/polyp/play-memchunk.c +++ b/polyp/play-memchunk.c @@ -85,7 +85,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))) + if (!(si = pa_sink_input_new(sink, name, ss, 0))) return -1; si->volume = volume; |