mirror of https://github.com/thesofproject/sof.git
topology2: cavs: hda: add tplg build for mtl
Add the topology for skl_hda_dsp_generic machine. Signed-off-by: Yong Zhi <yong.zhi@intel.com>
This commit is contained in:
parent
7a2e0e1e17
commit
45f6d6fa59
|
@ -22,6 +22,8 @@ PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt.bin"
|
|||
"cavs-passthrough-hdmi\;cavs-mixin-mixout-hda-4ch-cnl\;\
|
||||
HDA_CONFIG=mix,NUM_DMICS=4,PLATFORM=cnl,PDM1_MIC_A_ENABLE=1,PDM1_MIC_B_ENABLE=1,\
|
||||
PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt.bin"
|
||||
"cavs-passthrough-hdmi\;cavs-passthrough-hda-4ch-mtl\;PLATFORM=mtl,\
|
||||
NUM_DMICS=4,PDM1_MIC_A_ENABLE=1,PDM1_MIC_B_ENABLE=1,PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-mtl.bin"
|
||||
|
||||
# CAVS SDW topology with passthrough pipelines
|
||||
"cavs-sdw\;cavs-sdw"
|
||||
|
|
|
@ -37,6 +37,7 @@ Define {
|
|||
# override defaults with platform-specific config
|
||||
IncludeByKey.PLATFORM {
|
||||
"cnl" "platform/intel/cnl.conf"
|
||||
"mtl" "platform/intel/mtl.conf"
|
||||
}
|
||||
|
||||
# include HDA config if needed.
|
||||
|
|
Loading…
Reference in New Issue