topology2: cavs-nocodec: Add support for MTL nocodec topology

The key difference is the DMIC HW IP version.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
Ranjani Sridharan 2022-04-14 12:45:13 -07:00 committed by Liam Girdwood
parent 39a913d7da
commit ba26eeff9d
3 changed files with 13 additions and 0 deletions

View File

@ -28,6 +28,9 @@ PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt.bin"
# CAVS SSP topology for TGL
"cavs-nocodec\;cavs-tgl-nocodec\;NUM_DMICS=4,PDM1_MIC_A_ENABLE=1,PDM1_MIC_B_ENABLE=1,\
PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-cavs-tgl-nocodec.bin"
# SSP topology for MTL
"cavs-nocodec\;sof-mtl-nocodec\;PLATFORM=mtl,NUM_DMICS=2,\
PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-ace-mtl-nocodec.bin"
)
# generate ABI for IPC4

View File

@ -41,6 +41,12 @@ Define {
DMIC0_NAME 'NoCodec-6'
DMIC0_PCM_CAPS 'Passthrough Capture 13'
DMIC0_PIPELINE_STREAM_NAME 'copier.DMIC.14.1'
PLATFORM "none"
}
# override defaults with platform-specific config
IncludeByKey.PLATFORM {
"mtl" "platform/intel/mtl.conf"
}
# include DMIC config if needed.

View File

@ -0,0 +1,4 @@
# MTL-specific variable definitions
Define {
DMIC_DRIVER_VERSION 3
}