summaryrefslogtreecommitdiffstats
path: root/polyp/sink.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/sink.c')
-rw-r--r--polyp/sink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/sink.c b/polyp/sink.c
index 9b8a6492..1fe38e9f 100644
--- a/polyp/sink.c
+++ b/polyp/sink.c
@@ -158,7 +158,7 @@ int pa_sink_render(struct pa_sink*s, size_t length, struct pa_memchunk *result)
unsigned n;
size_t l;
assert(s && length && result);
-
+
n = fill_mix_info(s, info, MAX_MIX_CHANNELS);
if (n <= 0)