From 9e62eee69c4787774b4864bbb509feceb89b9e11 Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski Date: Thu, 13 Jun 2024 11:43:08 +0200 Subject: [PATCH] llext: add missing modules to LNL overlay LNL modules overlay is missing eq_iir and mixin_mixout entries, add them there. Signed-off-by: Guennadi Liakhovetski --- app/configs/lnl/modules.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/configs/lnl/modules.conf b/app/configs/lnl/modules.conf index 88006880acd9..cab858609c28 100644 --- a/app/configs/lnl/modules.conf +++ b/app/configs/lnl/modules.conf @@ -1,2 +1,4 @@ +CONFIG_COMP_MIXIN_MIXOUT=m +CONFIG_COMP_IIR=m CONFIG_SAMPLE_SMART_AMP=m CONFIG_COMP_DRC=m