Lines Matching defs:msg_id
21 static void ipc_trace_message(struct snd_sof_dev *sdev, u32 msg_id);
344 void snd_sof_ipc_reply(struct snd_sof_dev *sdev, u32 msg_id)
351 msg_id);
418 static void ipc_trace_message(struct snd_sof_dev *sdev, u32 msg_id)
422 switch (msg_id) {
430 msg_id);
439 static void ipc_period_elapsed(struct snd_sof_dev *sdev, u32 msg_id)
447 spcm = snd_sof_find_spcm_comp(scomp, msg_id, &direction);
450 "error: period elapsed for unknown stream, msg_id %d\n",
451 msg_id);
469 static void ipc_xrun(struct snd_sof_dev *sdev, u32 msg_id)
477 spcm = snd_sof_find_spcm_comp(scomp, msg_id, &direction);
479 dev_err(sdev->dev, "error: XRUN for unknown stream, msg_id %d\n",
480 msg_id);
502 u32 msg_id = SOF_IPC_MESSAGE_ID(msg_cmd);
506 ipc_period_elapsed(sdev, msg_id);
509 ipc_xrun(sdev, msg_id);
513 msg_id);