Skip to content

Commit 5c83b22

Browse files
committed
boards: intel: mtpm: change RTC Audio Processing to module configuration
This patch modifies the configuration of the Google RTC Audio Processing component from being built-in (`y`) to a loadable module (`m`). This change allows for more flexibility in managing the component, as it can now be loaded or unloaded dynamically. The adjustment aligns with the need for modularity and adaptability in the SOF firmware, especially in environments where resource management and configuration customization are critical. Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
1 parent 86a738c commit 5c83b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/boards/intel_adsp_ace15_mtpm.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ CONFIG_PCM_CONVERTER_FORMAT_FLOAT=y
4040
# SOF / audio modules / mocks
4141
# This mock is part of official sof-bin releases because the CI that
4242
# tests it can't use extra CONFIGs. See #9410, #8722 and #9386
43-
CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=y
43+
CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=m
4444
CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MOCK=y
4545

4646
# SOF / infrastructure

0 commit comments

Comments
 (0)