topology: add ssp tokens defined in kernel UAPI header

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
Ranjani Sridharan 2018-05-21 10:49:10 -07:00 committed by Liam Girdwood
parent 35420bec93
commit 04691ffbe5
1 changed files with 6 additions and 0 deletions

View File

@ -54,3 +54,9 @@ SectionVendorTokens."sof_comp_tokens" {
SOF_TKN_COMP_FORMAT "402"
SOF_TKN_COMP_PRELOAD_COUNT "403"
}
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"
}