From 1233a220b10c596259405da32b67067afe87f25f Mon Sep 17 00:00:00 2001 From: Johny Lin Date: Sat, 3 Feb 2024 15:17:59 +0000 Subject: [PATCH] overlays: dts: use prebuilt library for production DTS codec targets the integration on sof-mtl-rt5650-dts.tplg. The firmware build config should not set COMP_STUBS. At the same time the config GOOGLE_RTC_PROCESSING_MOCK should be enabled as since its libraries are still WIP. Signed-off-by: Pin-chih Lin --- app/overlays/mtl/dts_overlay.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/overlays/mtl/dts_overlay.conf b/app/overlays/mtl/dts_overlay.conf index 0160eaea1..9838aa891 100644 --- a/app/overlays/mtl/dts_overlay.conf +++ b/app/overlays/mtl/dts_overlay.conf @@ -1,3 +1,8 @@ +# Use DTS pre-built library for production +CONFIG_COMP_STUBS=n +# Google RTC library is WIP +CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MOCK=y + CONFIG_COMP_IIR=y CONFIG_COMP_MODULE_ADAPTER=y CONFIG_DTS_CODEC=y