Skip to content

Commit 8b762e7

Browse files
committed
boards: ptl: add Google RTC Audio Processing to PTL configuration
This patch introduces the Google RTC Audio Processing component into the PTL configuration for the SOF firmware. The component is added as a loadable module (`m`). **Changes:** - Added `CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=m` to enable Google RTC Audio Processing. - Included `CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MOCK=y` for mock testing support. Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
1 parent 117e460 commit 8b762e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/boards/intel_adsp_ace30_ptl.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ CONFIG_PCM_CONVERTER_FORMAT_A_LAW=y
3333
CONFIG_PCM_CONVERTER_FORMAT_MU_LAW=y
3434
CONFIG_PCM_CONVERTER_FORMAT_FLOAT=y
3535

36+
# SOF / audio modules / mocks
37+
# This mock is part of official sof-bin releases because the CI that
38+
# tests it can't use extra CONFIGs. See #9410, #8722 and #9386
39+
CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=m
40+
CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MOCK=y
41+
3642
# SOF / infrastructure
3743
CONFIG_KCPS_DYNAMIC_CLOCK_CONTROL=n
3844
CONFIG_PROBE=y

0 commit comments

Comments
 (0)