Skip to content

Commit eff4772

Browse files
wjablon1kv2019i
authored andcommitted
boards: nvl: add Google RTC Audio Processing to NVL configs
Enable the Google RTC Audio Processing component as a loadable module for NVL and NVL-S boards. This change adds CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=m and CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MOCK=y to both board config files. Signed-off-by: Wojciech Jablonski <wojciech.jablonski@intel.com>
1 parent 4ab6947 commit eff4772

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

app/boards/intel_adsp_ace40_nvl.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y
1212
CONFIG_COMP_TESTER=y
1313
CONFIG_FORMAT_CONVERT_HIFI3=n
1414

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

app/boards/intel_adsp_ace40_nvls.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y
1212
CONFIG_COMP_TESTER=y
1313
CONFIG_FORMAT_CONVERT_HIFI3=n
1414

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

0 commit comments

Comments
 (0)