If send_msg is false, the message will be sent by the caller.
---
 src/pulsecore/sink.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/pulsecore/sink.c b/src/pulsecore/sink.c
index 0de544c..ba7e599 100644
--- a/src/pulsecore/sink.c
+++ b/src/pulsecore/sink.c
@@ -1495,8 +1495,6 @@ void pa_sink_set_volume(
         pa_cvolume_reset(&s->soft_volume, s->sample_spec.channels);
         if (!(s->flags & PA_SINK_SYNC_VOLUME))
             s->set_volume(s);
-        else
-            send_msg = TRUE;
 
     } else
         /* If we have no function set_volume(), then the soft volume
-- 
1.7.4.1

_______________________________________________
pulseaudio-discuss mailing list
[email protected]
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss

Reply via email to