Skip to content

Commit 3aec4a0

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 2cab6d8 commit 3aec4a0

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

app/boards/intel_adsp_ace20_lnl.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ CONFIG_PIPELINE_2_0=y
2525
CONFIG_SAMPLE_KEYPHRASE=y
2626
CONFIG_FAST_GET=y
2727

28+
# SOF / audio modules / mocks
29+
# This mock is part of official sof-bin releases because the CI that
30+
# tests it can't use extra CONFIGs. See #9410, #8722 and #9386
31+
CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=y
32+
CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MOCK=y
33+
2834
# SOF / infrastructure
2935
CONFIG_AMS=y
3036
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
@@ -28,6 +28,12 @@ CONFIG_PCM_CONVERTER_FORMAT_U8=y
2828
CONFIG_PIPELINE_2_0=y
2929
CONFIG_FAST_GET=y
3030

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

0 commit comments

Comments
 (0)