Skip to content

Commit 79b50cd

Browse files
committed
App: Boards: Set COMP_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 <seppo.ingalsuo@linux.intel.com>
1 parent fc48fbd commit 79b50cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/boards/intel_adsp_ace20_lnl.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ CONFIG_LUNARLAKE=y
22
CONFIG_IPC_MAJOR_4=y
33

44
CONFIG_COMP_SRC=y
5-
65
CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y
6+
CONFIG_COMP_DRC=y
77

88
# power settings
99
CONFIG_PM=y

0 commit comments

Comments
 (0)