Skip to content
This repository was archived by the owner on Jan 17, 2019. It is now read-only.

Commit 6d9ad7a

Browse files
committed
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>
1 parent c017230 commit 6d9ad7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

topology/sof/tokens.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ SectionVendorTokens."sof_dai_tokens" {
1818
SOF_TKN_DAI_DMAC_CONFIG "153"
1919
SOF_TKN_DAI_TYPE "154"
2020
SOF_TKN_DAI_INDEX "155"
21-
SOF_TKN_DAI_SAMPLE_BITS "156"
2221
}
2322

2423
SectionVendorTokens."sof_sched_tokens" {
@@ -56,6 +55,7 @@ SectionVendorTokens."sof_ssp_tokens" {
5655
SOF_TKN_INTEL_SSP_BCLK_KEEP_ACTIVE "501"
5756
SOF_TKN_INTEL_SSP_FS_KEEP_ACTIVE "502"
5857
SOF_TKN_INTEL_SSP_MCLK_ID "503"
58+
SOF_TKN_INTEL_SSP_SAMPLE_BITS "504"
5959
}
6060

6161
SectionVendorTokens."sof_dmic_tokens" {

0 commit comments

Comments
 (0)