summaryrefslogtreecommitdiffstats
path: root/src/polypcore/play-memchunk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/play-memchunk.c')
-rw-r--r--src/polypcore/play-memchunk.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/polypcore/play-memchunk.c b/src/polypcore/play-memchunk.c
index ec79254b..37ebdcf1 100644
--- a/src/polypcore/play-memchunk.c
+++ b/src/polypcore/play-memchunk.c
@@ -98,12 +98,9 @@ int pa_play_memchunk(
if (cvolume && pa_cvolume_is_muted(cvolume))
return 0;
- if (!(si = pa_sink_input_new(sink, name, __FILE__, ss, map, 0, PA_RESAMPLER_INVALID)))
+ if (!(si = pa_sink_input_new(sink, name, __FILE__, ss, map, cvolume, 0, PA_RESAMPLER_INVALID)))
return -1;
- if (cvolume)
- si->volume = *cvolume;
-
si->peek = sink_input_peek;
si->drop = sink_input_drop;
si->kill = sink_input_kill;