Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dipc.c75 int sof_ipc_tx_message(struct snd_sof_ipc *ipc, void *msg_data, size_t msg_bytes, in sof_ipc_tx_message() function
85 EXPORT_SYMBOL(sof_ipc_tx_message);
H A Ddebug.c219 ret = sof_ipc_tx_message(sdev->ipc, &msg, msg.size, reply, SOF_IPC_MSG_MAX_SIZE); in memory_info_update()