[Sound-open-firmware] [PATCH 1/3] topology: add new token for SSP MCLK ID
Ranjani Sridharan
ranjani.sridharan at linux.intel.com
Thu Jun 21 06:39:05 CEST 2018
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 at 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
More information about the Sound-open-firmware
mailing list