Home
last modified time | relevance | path

Searched refs:SOF_IPC_MESSAGE_ID (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/sound/sof/
H A Dheader.h131 #define SOF_IPC_MESSAGE_ID(x) ((x) & 0xffff) macro
/openbmc/linux/sound/soc/sof/
H A Dipc3.c942 u32 msg_id = SOF_IPC_MESSAGE_ID(hdr->cmd); in ipc3_stream_message()