From 0ced257b3699165b72545301517680b8143a0f40 Mon Sep 17 00:00:00 2001 From: Keyon Jie Date: Mon, 25 Oct 2021 10:29:03 +0800 Subject: [PATCH] topology1: sof-tgl-nocodec: change to support multi-core Add multi-core coverage for tgl-nocodec platforms, the initial DSP core assignment as below: DMIC48k: Core 1 SSP0: Core 2 SSP1: Core 3 DMIC16k, SSP2: Core0 Signed-off-by: Keyon Jie --- tools/topology/topology1/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/topology/topology1/CMakeLists.txt b/tools/topology/topology1/CMakeLists.txt index 43f29cb12..94f83c8c7 100644 --- a/tools/topology/topology1/CMakeLists.txt +++ b/tools/topology/topology1/CMakeLists.txt @@ -83,7 +83,7 @@ set(TPLGS "sof-cavs-nocodec\;sof-cml-nocodec\;-DPLATFORM=cml\;-DDYNAMIC=1" "sof-cavs-nocodec\;sof-icl-nocodec\;-DPLATFORM=icl\;-DDYNAMIC=1" "sof-cavs-nocodec\;sof-jsl-nocodec\;-DPLATFORM=jsl\;-DDYNAMIC=1" - "sof-cavs-nocodec\;sof-tgl-nocodec\;-DPLATFORM=tgl\;-DDYNAMIC=1" + "sof-cavs-nocodec\;sof-tgl-nocodec\;-DPLATFORM=tgl\;-DDMIC_48k_CORE_ID=1\;-DSSP0_CORE_ID=2\;-DSSP1_CORE_ID=3\;-DDYNAMIC=1" "sof-cavs-nocodec\;sof-tgl-h-nocodec\;-DPLATFORM=tgl\;-DNCORES=2\;-DDYNAMIC=1" "sof-cavs-nocodec\;sof-ehl-nocodec\;-DPLATFORM=ehl\;-DDYNAMIC=1" "sof-cavs-nocodec\;sof-adl-nocodec\;-DPLATFORM=adl\;-DDMIC_48k_CORE_ID=1\;-DSSP0_CORE_ID=2\;-DSSP1_CORE_ID=3\;-DDYNAMIC=1"