summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sink-input.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-10-08 00:10:01 +0200
committerLennart Poettering <lennart@poettering.net>2008-10-08 00:10:01 +0200
commitb6ccea3064fd1081ec4d0f8103a4b37de2605485 (patch)
tree6c778830dfa3f910e7271afda35abbd2fcfe5782 /src/pulsecore/sink-input.c
parent9f4033d1c40d6a4b81f88c45844c1da5ab0815f5 (diff)
add a comment that pa_sink_input_set_volume and module-flat-volume.c are related
Diffstat (limited to 'src/pulsecore/sink-input.c')
-rw-r--r--src/pulsecore/sink-input.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pulsecore/sink-input.c b/src/pulsecore/sink-input.c
index c65f18a5..8505c63f 100644
--- a/src/pulsecore/sink-input.c
+++ b/src/pulsecore/sink-input.c
@@ -805,6 +805,10 @@ void pa_sink_input_set_volume(pa_sink_input *i, const pa_cvolume *volume) {
data.virtual_volume = *volume;
data.volume = *volume;
+ /* If you change something here, consider looking into
+ * module-flat-volume.c as well since it uses very similar
+ * code. */
+
if (pa_hook_fire(&i->core->hooks[PA_CORE_HOOK_SINK_INPUT_SET_VOLUME], &data) < 0)
return;