[pulseaudio-discuss] [PATCH] sink: Don't send unnecessary PA_SINK_MESSAGE_SET_VOLUME_SYNCED messages.
Tanu Kaskinen
tanuk at iki.fi
Sun Feb 27 03:20:42 PST 2011
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
More information about the pulseaudio-discuss
mailing list