Skip to content

Commit f0eedcb

Browse files
lrgirdwolgirdwood
authored andcommitted
abi: user: make it obvious how to use ABI header from userspace.
Add more comments describing usage of header from userspace. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
1 parent 1782676 commit f0eedcb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/include/kernel/header.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
* \brief Header for all non IPC ABI data.
2121
*
2222
* Identifies data type, size and ABI.
23-
* Used by any bespoke component data structures or binary blobs.
23+
* Data header used for all component data structures and binary blobs sent to
24+
* firmware as runtime data. This data is typically sent by userspace
25+
* applications and tunnelled through any OS kernel (via binary kcontrol on
26+
* Linux) to the firmware.
2427
*/
2528
struct sof_abi_hdr {
2629
uint32_t magic; /**< 'S', 'O', 'F', '\0' */

0 commit comments

Comments
 (0)