mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-11 13:30:05 -05:00
topology: Add support for writing manifest private data.
Allow manifest to contain private data and write this data to file. Signed-off-by: Mengdong Lin <mengdong.lin@intel.com> Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
120b3b8ead
commit
d5e7e8bb38
2 changed files with 33 additions and 5 deletions
|
|
@ -77,6 +77,7 @@ struct snd_tplg {
|
|||
|
||||
/* manifest */
|
||||
struct snd_soc_tplg_manifest manifest;
|
||||
const void *manifest_pdata; /* copied by builder at file write */
|
||||
|
||||
/* list of each element type */
|
||||
struct list_head tlv_list;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue