Home
last modified time | relevance | path

Searched refs:sof_client_ipc_tx_message (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/sound/soc/sof/
Dsof-client.h40 int sof_client_ipc_tx_message(struct sof_client_dev *cdev, void *ipc_msg,
44 return sof_client_ipc_tx_message(cdev, ipc_msg, NULL, 0); in sof_client_ipc_tx_message_no_reply()
Dsof-client-probes-ipc3.c120 ret = sof_client_ipc_tx_message(cdev, &msg, reply, max_msg_size); in ipc3_probes_info()
Dsof-client.c287 int sof_client_ipc_tx_message(struct sof_client_dev *cdev, void *ipc_msg, in sof_client_ipc_tx_message() function
304 EXPORT_SYMBOL_NS_GPL(sof_client_ipc_tx_message, SND_SOC_SOF_CLIENT);
Dsof-client-ipc-msg-injector.c135 ret = sof_client_ipc_tx_message(cdev, priv->tx_buffer, priv->rx_buffer, in sof_msg_inject_send_message()