tokens: move SAMPLE_BITS to ssp tokens

SAMPLE_BITS is SSP specific. So move it to be part of the
ssp tokens.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
Ranjani Sridharan 2018-06-24 21:41:22 -07:00
parent c0172307ff
commit 6d9ad7a505
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,6 @@ SectionVendorTokens."sof_dai_tokens" {
SOF_TKN_DAI_DMAC_CONFIG "153"
SOF_TKN_DAI_TYPE "154"
SOF_TKN_DAI_INDEX "155"
SOF_TKN_DAI_SAMPLE_BITS "156"
}
SectionVendorTokens."sof_sched_tokens" {
@ -56,6 +55,7 @@ SectionVendorTokens."sof_ssp_tokens" {
SOF_TKN_INTEL_SSP_BCLK_KEEP_ACTIVE "501"
SOF_TKN_INTEL_SSP_FS_KEEP_ACTIVE "502"
SOF_TKN_INTEL_SSP_MCLK_ID "503"
SOF_TKN_INTEL_SSP_SAMPLE_BITS "504"
}
SectionVendorTokens."sof_dmic_tokens" {