Home
last modified time | relevance | path

Searched refs:SOF_IPC4_ABI_MAGIC (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/sound/sof/
H A Dabi.h64 #define SOF_IPC4_ABI_MAGIC 0x34464F53 macro
/openbmc/linux/sound/soc/sof/
H A Dipc4-control.c490 if (abi_hdr.magic != SOF_IPC4_ABI_MAGIC) { in sof_ipc4_bytes_ext_put()
552 data->magic = SOF_IPC4_ABI_MAGIC; in _sof_ipc4_bytes_ext_get()
H A Dipc4-topology.c2213 if (control_data->data->magic != SOF_IPC4_ABI_MAGIC) { in sof_ipc4_control_load_bytes()