21 Jun
2018
21 Jun
'18
6:39 a.m.
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 --- topology/sof/tokens.m4 | 1 + 1 file changed, 1 insertion(+)
diff --git a/topology/sof/tokens.m4 b/topology/sof/tokens.m4 index 89f0101..3e45042 100644 --- a/topology/sof/tokens.m4 +++ b/topology/sof/tokens.m4 @@ -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" {
--
2.17.1