mirror of https://github.com/thesofproject/sof.git
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:
parent
b8ec30a01b
commit
cd2444adbf
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue