summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sink.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-04-07 04:47:58 +0200
committerLennart Poettering <lennart@poettering.net>2009-04-07 04:47:58 +0200
commitc523b16d33a772b59407622c1066e11536f4cfa0 (patch)
tree0bab24f3192fefea6ee0e2bfdbae7632d2fc388c /src/pulsecore/sink.h
parent93e14d3e6238abc0bc1f492edb15b9708c7067d6 (diff)
after propagating a sink volume change to the sink inputs recalculate their soft volumes
Diffstat (limited to 'src/pulsecore/sink.h')
-rw-r--r--src/pulsecore/sink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/sink.h b/src/pulsecore/sink.h
index 634bf3ef..eb1c88fe 100644
--- a/src/pulsecore/sink.h
+++ b/src/pulsecore/sink.h
@@ -159,6 +159,7 @@ typedef enum pa_sink_message {
PA_SINK_MESSAGE_REMOVE_INPUT,
PA_SINK_MESSAGE_GET_VOLUME,
PA_SINK_MESSAGE_SET_VOLUME,
+ PA_SINK_MESSAGE_SYNC_VOLUMES,
PA_SINK_MESSAGE_GET_MUTE,
PA_SINK_MESSAGE_SET_MUTE,
PA_SINK_MESSAGE_GET_LATENCY,