topology: add new token for SSP MCLK ID
Some platforms might have more than one MCLK's exposed. Add a token that will allow specifying the MCLK ID to be used in such cases. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
parent
bd7dc88231
commit
c0172307ff
|
@ -55,6 +55,7 @@ SectionVendorTokens."sof_ssp_tokens" {
|
|||
SOF_TKN_INTEL_SSP_MCLK_KEEP_ACTIVE "500"
|
||||
SOF_TKN_INTEL_SSP_BCLK_KEEP_ACTIVE "501"
|
||||
SOF_TKN_INTEL_SSP_FS_KEEP_ACTIVE "502"
|
||||
SOF_TKN_INTEL_SSP_MCLK_ID "503"
|
||||
}
|
||||
|
||||
SectionVendorTokens."sof_dmic_tokens" {
|
||||
|
|
Loading…
Reference in New Issue