diff mbox

ASoC: topology: add private data to manifest

Message ID 1435595806-7000-4-git-send-email-liam.r.girdwood@linux.intel.com (mailing list archive)
State Accepted
Commit c3879956957b8de9fd6cbad604e668fd00c6506c
Headers show

Commit Message

Liam Girdwood June 29, 2015, 4:36 p.m. UTC
From: Vinod Koul <vinod.koul@intel.com>

The topology file manifest should include a private data field. This
allows vendors to specify vendor data in the manifest, like
timestamps, hashes, additional information for removing platform
configuration out of drivers and making these configurable per platform

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
---
 include/uapi/sound/asoc.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/include/uapi/sound/asoc.h b/include/uapi/sound/asoc.h
index a584d91..2819fc1 100644
--- a/include/uapi/sound/asoc.h
+++ b/include/uapi/sound/asoc.h
@@ -238,6 +238,7 @@  struct snd_soc_tplg_manifest {
 	__le32 graph_elems;	/* number of graph elements */
 	__le32 dai_elems;	/* number of DAI elements */
 	__le32 dai_link_elems;	/* number of DAI link elements */
+	struct snd_soc_tplg_private priv;
 } __attribute__((packed));
 
 /*