Skip to content

Commit

Permalink
[TEST] do not enable bypass in mixin
Browse files Browse the repository at this point in the history
just a test

Signed-off-by: Ranjani Sridharan <[email protected]>
  • Loading branch information
ranj063 committed Jun 29, 2023
1 parent 33d4edd commit 7d4486f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/audio/mixin_mixout/mixin_mixout.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ static int mixin_init(struct processing_module *mod)
mod->priv.cfg.base_cfg.audio_fmt.s_type);

dev->ipc_config.frame_fmt = frame_fmt;
dev->bypass_capable = true;

return 0;
}
Expand Down

0 comments on commit 7d4486f

Please sign in to comment.