summaryrefslogtreecommitdiff
path: root/include/uapi/sound/asoc.h
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2015-06-29 17:36:46 +0100
committerMark Brown <broonie@kernel.org>2015-08-06 12:33:56 +0100
commitc3879956957b8de9fd6cbad604e668fd00c6506c (patch)
tree73fd1b3f4c22a4bb57601b90b1bce9b73e292e1c /include/uapi/sound/asoc.h
parent6dc6db790a67d28e46abefc44ca1a3bd438b2920 (diff)
ASoC: topology: add private data to manifest
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> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/uapi/sound/asoc.h')
-rw-r--r--include/uapi/sound/asoc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/sound/asoc.h b/include/uapi/sound/asoc.h
index 7ae13fbc0a3e..d550c8d40269 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));
/*