From a8db157b9a2dee80a89aa63969fbb30027217fc4 Mon Sep 17 00:00:00 2001 From: Joe Cheng Date: Mon, 2 Oct 2023 17:45:20 +0800 Subject: [PATCH] app: overlays: Add DTS support to MTL This patch adds DTS_CODEC for IPC4 Intel platform builds. Since EQ IIR + DTS is the combination we use to support customer, adding EQ IIR here to ensure it's enabled. Signed-off-by: Joe Cheng --- app/overlays/mtl/dts_overlay.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/overlays/mtl/dts_overlay.conf diff --git a/app/overlays/mtl/dts_overlay.conf b/app/overlays/mtl/dts_overlay.conf new file mode 100644 index 000000000000..0160eaea199a --- /dev/null +++ b/app/overlays/mtl/dts_overlay.conf @@ -0,0 +1,3 @@ +CONFIG_COMP_IIR=y +CONFIG_COMP_MODULE_ADAPTER=y +CONFIG_DTS_CODEC=y