From 64e335e0b11e4945bfd3572f39a6d2102a81cf60 Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Tue, 9 Jul 2024 12:01:53 +0300 Subject: [PATCH] App: Boards: Set CONFIG_COMP_DRC=y for PTL platform The DRC component was not included to build. This component is used in upstream HDA generic topology, so must be enabled. See commit 727ad8299780 ("Tools: Topology2: Add IIR, FIR, DRC to HDA analog playback"). Signed-off-by: Kai Vehmanen --- app/boards/intel_adsp_ace30_ptl.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/app/boards/intel_adsp_ace30_ptl.conf b/app/boards/intel_adsp_ace30_ptl.conf index cac5d9d2118a..cbf5a5ffd1db 100644 --- a/app/boards/intel_adsp_ace30_ptl.conf +++ b/app/boards/intel_adsp_ace30_ptl.conf @@ -5,6 +5,7 @@ CONFIG_IPC4_BASE_FW_INTEL=y CONFIG_COMP_SRC=y CONFIG_MM_DRV=y CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y +CONFIG_COMP_DRC=y # power settings CONFIG_PM=y