after propagating a sink volume change to the sink inputs recalculate their soft volumes

This commit is contained in:
Lennart Poettering 2009-04-07 04:47:58 +02:00
parent 93e14d3e62
commit c523b16d33
2 changed files with 55 additions and 25 deletions

View file

@ -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,