From cd2444adbf8821d33e098b071b40dab2931d6a8e Mon Sep 17 00:00:00 2001 From: Keyon Jie Date: Tue, 13 Apr 2021 16:27:35 +0800 Subject: [PATCH] topology: sof-tgl-nocodec-ci: change to run smart_amp on core 1 Change to run smart_amp pipelines on DSP core 1, this will help reduce the core 0 usage and add multi-core to the CI coverage. Signed-off-by: Keyon Jie --- tools/topology/development/sof-tgl-nocodec-ci.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/topology/development/sof-tgl-nocodec-ci.m4 b/tools/topology/development/sof-tgl-nocodec-ci.m4 index b36af14f9..3edd17982 100644 --- a/tools/topology/development/sof-tgl-nocodec-ci.m4 +++ b/tools/topology/development/sof-tgl-nocodec-ci.m4 @@ -100,6 +100,9 @@ define(`SMART_REF_CH_NUM', 4) define(`SMART_PCM_ID', 2) define(`SMART_PCM_NAME', `smart-nocodec') +# run smart amp pipelines on DSP core 1 +define(`SMART_AMP_CORE', 1) + # Include Smart Amplifier support include(`sof-smart-amplifier.m4')