Skip to content

Commit 3f84f32

Browse files
lyakhkv2019i
authored andcommitted
drc: make modular on MTL and LNL
Export missing symbols for modular DRC builds and select it as a module on MTL and LNL. DRC isn't built by default, so we cannot use CONFIG_LIBRARY_DEFAULT_MODULAR for it. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent c06ad78 commit 3f84f32

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/boards/intel_adsp_ace15_mtpm.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CONFIG_IPC4_BASE_FW_INTEL=y
55
CONFIG_COMP_SRC=y
66
CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y
77
CONFIG_COMP_SRC_LITE=y
8-
CONFIG_COMP_DRC=y
8+
CONFIG_COMP_DRC=m
99
CONFIG_COMP_CROSSOVER=y
1010
CONFIG_COMP_MULTIBAND_DRC=y
1111

app/boards/intel_adsp_ace20_lnl.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CONFIG_IPC4_BASE_FW_INTEL=y
44

55
CONFIG_COMP_SRC=y
66
CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y
7-
CONFIG_COMP_DRC=y
7+
CONFIG_COMP_DRC=m
88

99
# power settings
1010
CONFIG_PM=y

0 commit comments

Comments
 (0)