Home
last modified time | relevance | path

Searched defs:sof_abi_hdr (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/sound/sof/
Dheader.h20 struct sof_abi_hdr { struct
21 __u32 magic; /**< 'S', 'O', 'F', '\0' */
22 __u32 type; /**< component specific type */
23 __u32 size; /**< size in bytes of data excl. this struct */
24 __u32 abi; /**< SOF ABI version */
25 __u32 reserved[4]; /**< reserved for future use */
26 __u32 data[0]; /**< Component data - opaque to core */
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/sof/
Dheader.h22 struct sof_abi_hdr { struct
23 __u32 magic;
24 __u32 type;
25 __u32 size;
26 __u32 abi;
27 __u32 reserved[4];
28 __u32 data[0];
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/sof/
Dheader.h22 struct sof_abi_hdr { struct
23 __u32 magic;
24 __u32 type;
25 __u32 size;
26 __u32 abi;
27 __u32 reserved[4];
28 __u32 data[0];
/kernel/linux/linux-6.6/include/uapi/sound/sof/
Dheader.h31 struct sof_abi_hdr { struct
32 __u32 magic;
33 __u32 type;
34 __u32 size;
35 __u32 abi;
36 __u32 reserved[4];
37 __u32 data[];