Skip to content

Commit 15edda6

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 4a66b57 commit 15edda6

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
@@ -14,6 +14,12 @@ CONFIG_COMP_UP_DOWN_MIXER=y
1414
CONFIG_COMP_VOLUME_WINDOWS_FADE=y
1515
CONFIG_FORMAT_CONVERT_HIFI3=n
1616

17+
# SOF / audio modules / mocks
18+
# This mock is part of official sof-bin releases because the CI that
19+
# tests it can't use extra CONFIGs. See #9410, #8722 and #9386
20+
CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=m
21+
CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MOCK=y
22+
1723
# SOF / infrastructure
1824
CONFIG_KCPS_DYNAMIC_CLOCK_CONTROL=n
1925
CONFIG_PROBE=y

0 commit comments

Comments
 (0)