summaryrefslogtreecommitdiff
path: root/streamer.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-03-29 21:36:04 +0200
committerGravatar waker <wakeroid@gmail.com>2011-03-29 21:36:04 +0200
commit1494452c28992a76db6c5e4dc5c46cffae6b6ef8 (patch)
treead5ce6a1deb697c3970a2175fee2773011d53753 /streamer.c
parent8b4d6a0305d4be44462dc75cf93aa711edb80909 (diff)
do not turn EQ on by default
Diffstat (limited to 'streamer.c')
-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;
}