Skip to content

Commit

Permalink
ASoC: topology: add private data to manifest
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vinod Koul authored and Mark Brown committed Aug 6, 2015
1 parent 6dc6db7 commit c387995
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/uapi/sound/asoc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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));

/*
Expand Down

0 comments on commit c387995

Please sign in to comment.