summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--streamer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/streamer.c b/streamer.c
index 26cd4885..2266dffd 100644
--- a/streamer.c
+++ b/streamer.c
@@ -1335,6 +1335,7 @@ streamer_dsp_postinit (void) {
}
else {
eq = eqplug->open ();
+ eq->enabled = 0;
eq->next = dsp_chain;
dsp_chain = eq;
}