get_reply
return get_reply(con, hdr, skip);
sdev->msg->reply_error = sdev->ipc->ops->get_reply(sdev);
if (!ops->tx_msg || !ops->rx_msg || !ops->set_get_data || !ops->get_reply) {
.get_reply = sof_ipc3_get_reply,
.get_reply = sof_ipc4_get_reply,
int (*get_reply)(struct snd_sof_dev *sdev);