Home
last modified time | relevance | path

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

/linux-6.15/include/sound/sof/ipc4/
H A Dheader.h488 #define SOF_IPC4_MSG_IS_NOTIFICATION(x) (SOF_IPC4_MSG_TYPE_GET(x) == \ macro
/linux-6.15/sound/soc/sof/
H A Dipc4.c640 if (!ipc4_msg || !SOF_IPC4_MSG_IS_NOTIFICATION(ipc4_msg->primary)) in sof_ipc4_rx_msg()