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 <yang.jie@linux.intel.com>
This commit is contained in:
Keyon Jie 2021-04-13 16:27:35 +08:00 committed by Liam Girdwood
parent b8ec30a01b
commit cd2444adbf
1 changed files with 3 additions and 0 deletions

View File

@ -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')