Searched defs:snd_soc_tplg_hdr (Results 1 – 1 of 1) sorted by relevance
190 struct snd_soc_tplg_hdr { struct191 __le32 magic; /* magic number */192 __le32 abi; /* ABI version */193 __le32 version; /* optional vendor specific version details */194 __le32 type; /* SND_SOC_TPLG_TYPE_ */195 __le32 size; /* size of this structure */196 __le32 vendor_type; /* optional vendor specific type info */197 __le32 payload_size; /* data bytes, excluding this header */198 __le32 index; /* identifier for block */199 __le32 count; /* number of elements in block */
Completed in 6 milliseconds