summaryrefslogtreecommitdiffstats
path: root/audio/filter/af_bs2b.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/filter/af_bs2b.c')
-rw-r--r--audio/filter/af_bs2b.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/filter/af_bs2b.c b/audio/filter/af_bs2b.c
index 73388ed5ba..769a2b4577 100644
--- a/audio/filter/af_bs2b.c
+++ b/audio/filter/af_bs2b.c
@@ -171,7 +171,6 @@ static int af_open(struct af_instance *af)
struct af_bs2b *s = af->priv;
af->control = control;
af->uninit = uninit;
- af->mul = 1;
// NULL means failed initialization
if (!(s->filter = bs2b_open())) {