From 3cfbdc750aa15af46306c29a085267524aa80caf Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 3 Jul 2018 22:09:53 +0200 Subject: [PATCH] introspect: don't store mute state --- src/introspect.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/introspect.c b/src/introspect.c index 4b2f4fb2f..cbe9013ed 100644 --- a/src/introspect.c +++ b/src/introspect.c @@ -879,7 +879,6 @@ pa_operation* pa_context_set_sink_input_mute(pa_context *c, uint32_t idx, int mu if ((s = find_stream(c, idx)) == NULL) return NULL; - s->mute = mute; if (mute) pw_stream_set_control(s->stream, PW_STREAM_CONTROL_VOLUME, 0.0); else