topology: renumber SSP tokens - ABI CHANGE
Initial _ACTIVE fields are replaced by a single clock control This change can lead to regressions, it needs to be aligned with the same change at the kernel level. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
This commit is contained in:
parent
6157e899e2
commit
42e4b9fd44
|
@ -51,11 +51,12 @@ SectionVendorTokens."sof_comp_tokens" {
|
||||||
}
|
}
|
||||||
|
|
||||||
SectionVendorTokens."sof_ssp_tokens" {
|
SectionVendorTokens."sof_ssp_tokens" {
|
||||||
SOF_TKN_INTEL_SSP_MCLK_KEEP_ACTIVE "500"
|
SOF_TKN_INTEL_SSP_CLKS_CONTROL "500"
|
||||||
SOF_TKN_INTEL_SSP_BCLK_KEEP_ACTIVE "501"
|
SOF_TKN_INTEL_SSP_MCLK_ID "501"
|
||||||
SOF_TKN_INTEL_SSP_FS_KEEP_ACTIVE "502"
|
SOF_TKN_INTEL_SSP_SAMPLE_BITS "502"
|
||||||
SOF_TKN_INTEL_SSP_MCLK_ID "503"
|
SOF_TKN_INTEL_SSP_FRAME_PULSE_WIDTH "503"
|
||||||
SOF_TKN_INTEL_SSP_SAMPLE_BITS "504"
|
SOF_TKN_INTEL_SSP_QUIRKS "504"
|
||||||
|
SOF_TKN_INTEL_SSP_TDM_PADDING_PER_SLOT "505"
|
||||||
}
|
}
|
||||||
|
|
||||||
SectionVendorTokens."sof_dmic_tokens" {
|
SectionVendorTokens."sof_dmic_tokens" {
|
||||||
|
|
Loading…
Reference in New Issue