]> code.delx.au - pulseaudio/blobdiff - polyp/sink.c
* some commenting work
[pulseaudio] / polyp / sink.c
index c17af4ae0a0a1f5111848cc25a02c8c8dc7dd4d3..29aef6fba01f3d0f57c49aeeddb58a4e97a034be 100644 (file)
@@ -225,7 +225,7 @@ int pa_sink_render(struct pa_sink*s, size_t length, struct pa_memchunk *result)
             volume = pa_volume_multiply(s->volume, info[0].volume);
         
         if (volume != PA_VOLUME_NORM) {
-            pa_memchunk_make_writable(result, s->core->memblock_stat);
+            pa_memchunk_make_writable(result, s->core->memblock_stat, 0);
             pa_volume_memchunk(result, &s->sample_spec, volume);
         }
     } else {