soft: topology: fix cht.m4

Not sure why we need these files, but the cht definitions are not
aligned with the others. Fix.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
This commit is contained in:
Pierre-Louis Bossart 2017-12-06 19:41:09 -06:00 committed by Liam Girdwood
parent 627e52bd67
commit bfe32ee87c
1 changed files with 14 additions and 0 deletions

View File

@ -69,6 +69,20 @@ SectionData."dai0c_plat_conf" {
tuples "dai0c_plat_tokens"
}
# PCM platform configuration
SectionVendorTuples."pcm_plat_tokens" {
tokens "sof_dai_tokens"
tuples."word" {
SOF_TKN_DAI_DMAC PIPELINE_DMAC
SOF_TKN_DAI_DMAC_CHAN PIPELINE_DMAC_CHAN
}
}
SectionData."pcm_plat_conf" {
tuples "pcm_plat_tokens"
}
# DAI schedule Configuration - scheduled by IRQ
SectionVendorTuples."pipe_dai_schedule_plat_tokens" {
tokens "sof_sched_tokens"