Skip to content

Commit 3d57a52

Browse files
committed
config: enable RTC_AEC module for LNL and PTL platforms
This patch enables the Google Real Time Communication Audio Processing (RTC_AEC) module for the LNL (Lunar Lake) and PTL (Panther Lake) platforms. The RTC_AEC module is essential for performing echo-cancelling and other real-time audio processing tasks. Changes include: - Enabling CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING and CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MOCK in the intel_adsp_ace20_lnl.conf configuration file. - Enabling CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING and CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MOCK in the intel_adsp_ace30_ptl.conf configuration file. This change ensures that the RTC_AEC module is included in the firmware builds for these platforms, allowing for proper testing and functionality of real-time audio processing features. Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
1 parent e95d7ee commit 3d57a52

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

app/boards/intel_adsp_ace20_lnl.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ CONFIG_PCM_CONVERTER_FORMAT_S16_C32_AND_S16_C32=y
2323
CONFIG_PIPELINE_2_0=y
2424
CONFIG_SAMPLE_KEYPHRASE=y
2525

26+
# SOF / audio modules / mocks
27+
# This mock is part of official sof-bin releases because the CI that
28+
# tests it can't use extra CONFIGs. See #9410, #8722 and #9386
29+
CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=y
30+
CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MOCK=y
31+
2632
# SOF / infrastructure
2733
CONFIG_AMS=y
2834
CONFIG_KCPS_DYNAMIC_CLOCK_CONTROL=n

app/boards/intel_adsp_ace30_ptl.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ CONFIG_PCM_CONVERTER_FORMAT_S16_C32_AND_S16_C32=y
2626
CONFIG_PCM_CONVERTER_FORMAT_U8=y
2727
CONFIG_PIPELINE_2_0=y
2828

29+
# SOF / audio modules / mocks
30+
# This mock is part of official sof-bin releases because the CI that
31+
# tests it can't use extra CONFIGs. See #9410, #8722 and #9386
32+
CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=y
33+
CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MOCK=y
34+
2935
# SOF / infrastructure
3036
CONFIG_KCPS_DYNAMIC_CLOCK_CONTROL=n
3137
CONFIG_PROBE=y

0 commit comments

Comments
 (0)