mirror of https://github.com/thesofproject/sof.git
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:
parent
39a913d7da
commit
ba26eeff9d
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
# MTL-specific variable definitions
|
||||
Define {
|
||||
DMIC_DRIVER_VERSION 3
|
||||
}
|
Loading…
Reference in New Issue