From c4841da5c20ebb403356d207bef049e6d5c76036 Mon Sep 17 00:00:00 2001 From: Seppo Ingalsuo Date: Tue, 19 Mar 2024 11:23:12 +0200 Subject: [PATCH] App: Boards: Set CONFIG_COMP_DRC=y for LNL platform The DRC component was not included to build. This change avoids error and DSP panic in topology load. Signed-off-by: Seppo Ingalsuo --- app/boards/intel_adsp_ace20_lnl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/boards/intel_adsp_ace20_lnl.conf b/app/boards/intel_adsp_ace20_lnl.conf index 688afd3cd717..fb5c15587b7e 100644 --- a/app/boards/intel_adsp_ace20_lnl.conf +++ b/app/boards/intel_adsp_ace20_lnl.conf @@ -2,8 +2,8 @@ CONFIG_LUNARLAKE=y CONFIG_IPC_MAJOR_4=y CONFIG_COMP_SRC=y - CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y +CONFIG_COMP_DRC=y # power settings CONFIG_PM=y