[Sound-open-firmware] [PATCH 6/6] soft: topology: fix cht.m4
Pierre-Louis Bossart
pierre-louis.bossart at linux.intel.com
Thu Dec 7 02:41:09 CET 2017
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 at linux.intel.com>
---
topology/dsps/cht.m4 | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/topology/dsps/cht.m4 b/topology/dsps/cht.m4
index d315b0c..fdee83d 100644
--- a/topology/dsps/cht.m4
+++ b/topology/dsps/cht.m4
@@ -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"
--
2.14.1
More information about the Sound-open-firmware
mailing list