From 55ecc19ab6e5c318da573188719febfd65ccd160 Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Fri, 13 Sep 2024 12:03:11 +0300 Subject: [PATCH] app: intel_adsp_ace15_mtpm.conf: set DRC as built-in Set DRC back as built-in (CONFIG_COMP_DRC=y) for these platforms. DRC is now part of many common upstream topologies and as MTL is a shipping platform, we cannot guarantee end-users have sufficiently new kernel to support module loading. Signed-off-by: Kai Vehmanen --- app/boards/intel_adsp_ace15_mtpm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/boards/intel_adsp_ace15_mtpm.conf b/app/boards/intel_adsp_ace15_mtpm.conf index 310092021..42919c971 100644 --- a/app/boards/intel_adsp_ace15_mtpm.conf +++ b/app/boards/intel_adsp_ace15_mtpm.conf @@ -4,7 +4,7 @@ CONFIG_IPC4_BASE_FW_INTEL=y CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y CONFIG_COMP_SRC_LITE=y -CONFIG_COMP_DRC=m +CONFIG_COMP_DRC=y CONFIG_COMP_CROSSOVER=y CONFIG_COMP_MULTIBAND_DRC=y CONFIG_COMP_MFCC=y