Skip to content

Commit

Permalink
boards/intel_adsp_ace15_mtpm: Update google AEC kconfigs
Browse files Browse the repository at this point in the history
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.

Also disable the mock setting, it's already selected by COMP_STUBS

Signed-off-by: Andy Ross <[email protected]>
  • Loading branch information
andyross committed Dec 12, 2023
1 parent b5f7c68 commit b871386
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/boards/intel_adsp_ace15_mtpm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,7 @@ CONFIG_PROBE=y
CONFIG_PROBE_DMA_MAX=2
CONFIG_KCPS_DYNAMIC_CLOCK_CONTROL=y
CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=y
CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING_NUM_CHANNELS=2
CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MIC_BITS=32

CONFIG_COMP_STUBS=y

0 comments on commit b871386

Please sign in to comment.