Searched refs:SOF_IPC_MESSAGE_ID (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/include/sound/sof/ | ||
D | header.h | 125 #define SOF_IPC_MESSAGE_ID(x) ((x) & 0xffff) macro |
/Linux-v5.10/sound/soc/sof/ | ||
D | ipc.c | 502 u32 msg_id = SOF_IPC_MESSAGE_ID(msg_cmd); in ipc_stream_message() |