sof_client_ipc_tx_message
ret = sof_client_ipc_tx_message(cdev, priv->tx_buffer,
ret = sof_client_ipc_tx_message(cdev, &msg, reply, max_msg_size);
EXPORT_SYMBOL_NS_GPL(sof_client_ipc_tx_message, "SND_SOC_SOF_CLIENT");
int sof_client_ipc_tx_message(struct sof_client_dev *cdev, void *ipc_msg,
return sof_client_ipc_tx_message(cdev, ipc_msg, NULL, 0);