X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/f88912af9b3fc5aa7c692aecc32ac13a4a3869f9..df7d8ba804ebf3f2fb0f744880323f6738e93b69:/src/pulsecore/sink.c diff --git a/src/pulsecore/sink.c b/src/pulsecore/sink.c index a1cbfa5f..d071c30c 100644 --- a/src/pulsecore/sink.c +++ b/src/pulsecore/sink.c @@ -3800,4 +3800,5 @@ void pa_sink_set_reference_volume_direct(pa_sink *s, const pa_cvolume *volume) { s->flags & PA_SINK_DECIBEL_VOLUME)); pa_subscription_post(s->core, PA_SUBSCRIPTION_EVENT_SINK|PA_SUBSCRIPTION_EVENT_CHANGE, s->index); + pa_hook_fire(&s->core->hooks[PA_CORE_HOOK_SINK_VOLUME_CHANGED], s); }