Home
last modified time | relevance | path

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

/Linux-v6.1/include/sound/sof/ipc4/
Dheader.h422 #define SOF_IPC4_MSG_IS_NOTIFICATION(x) (SOF_IPC4_MSG_TYPE_GET(x) == \ macro
/Linux-v6.1/sound/soc/sof/
Dipc4.c567 if (!ipc4_msg || !SOF_IPC4_MSG_IS_NOTIFICATION(ipc4_msg->primary)) in sof_ipc4_rx_msg()