SOF_IPC4_MOD_ID_MASK
#define SOF_IPC4_MOD_ID_GET(x) (((x) & SOF_IPC4_MOD_ID_MASK) \
int module_id = msg->primary & SOF_IPC4_MOD_ID_MASK;