From 204517dd92efe90ab9aadfa3c0dd438727e7e411 Mon Sep 17 00:00:00 2001 From: Wojciech Jablonski Date: Tue, 2 Jun 2026 10:45:46 +0200 Subject: [PATCH] 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 --- app/boards/intel_adsp_ace40_nvl.conf | 6 ++++++ app/boards/intel_adsp_ace40_nvls.conf | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/app/boards/intel_adsp_ace40_nvl.conf b/app/boards/intel_adsp_ace40_nvl.conf index becef1a65f10..331630a9e3bd 100644 --- a/app/boards/intel_adsp_ace40_nvl.conf +++ b/app/boards/intel_adsp_ace40_nvl.conf @@ -12,6 +12,12 @@ CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y CONFIG_COMP_TESTER=y CONFIG_FORMAT_CONVERT_HIFI3=n +# SOF / audio modules / mocks +# This mock is part of official sof-bin releases because the CI that +# tests it can't use extra CONFIGs. See #9410, #8722 and #9386 +CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=m +CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MOCK=y + # SOF / infrastructure CONFIG_PROBE=y CONFIG_PROBE_DMA_MAX=2 diff --git a/app/boards/intel_adsp_ace40_nvls.conf b/app/boards/intel_adsp_ace40_nvls.conf index becef1a65f10..331630a9e3bd 100644 --- a/app/boards/intel_adsp_ace40_nvls.conf +++ b/app/boards/intel_adsp_ace40_nvls.conf @@ -12,6 +12,12 @@ CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y CONFIG_COMP_TESTER=y CONFIG_FORMAT_CONVERT_HIFI3=n +# SOF / audio modules / mocks +# This mock is part of official sof-bin releases because the CI that +# tests it can't use extra CONFIGs. See #9410, #8722 and #9386 +CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=m +CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MOCK=y + # SOF / infrastructure CONFIG_PROBE=y CONFIG_PROBE_DMA_MAX=2