Searched refs:sof_ipc4_tx_msg (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/soc/sof/ |
H A D | ipc4.c | 359 static int sof_ipc4_tx_msg(struct snd_sof_dev *sdev, void *msg_data, size_t msg_bytes, in sof_ipc4_tx_msg() function 669 return sof_ipc4_tx_msg(sdev, &msg, msg.data_size, NULL, 0, false); in sof_ipc4_set_core_state() 695 return sof_ipc4_tx_msg(sdev, &msg, 0, NULL, 0, true); in sof_ipc4_set_pm_gate() 747 .tx_msg = sof_ipc4_tx_msg,
|