From fcd7894b9b0710f0195216dc20c72f9142e50924 Mon Sep 17 00:00:00 2001 From: Andy Ross Date: Sun, 10 Dec 2023 21:24:36 -0800 Subject: [PATCH] boards/intel_adsp_ace15_mtpm: Update google AEC kconfigs Update defaults to match existing hardware. The topologies currently have four channels of S32_LE DMIC input, but AEC can only handle two at runtime, so set it here to prevent it from allocating needless buffers. Signed-off-by: Andy Ross --- app/boards/intel_adsp_ace15_mtpm.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/boards/intel_adsp_ace15_mtpm.conf b/app/boards/intel_adsp_ace15_mtpm.conf index bcc833906063..594714010f77 100644 --- a/app/boards/intel_adsp_ace15_mtpm.conf +++ b/app/boards/intel_adsp_ace15_mtpm.conf @@ -94,4 +94,8 @@ CONFIG_PROBE=y CONFIG_PROBE_DMA_MAX=2 CONFIG_KCPS_DYNAMIC_CLOCK_CONTROL=y CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=y +CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MOCK=y +CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING_NUM_CHANNELS=2 +CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MIC_BITS=32 + CONFIG_COMP_STUBS=y \ No newline at end of file