|
@@ -231,6 +231,8 @@ struct ipc_message *sst_ipc_reply_find_msg(struct sst_generic_ipc *ipc,
|
|
|
|
|
|
|
|
if (ipc->ops.reply_msg_match != NULL)
|
|
if (ipc->ops.reply_msg_match != NULL)
|
|
|
header = ipc->ops.reply_msg_match(header, &mask);
|
|
header = ipc->ops.reply_msg_match(header, &mask);
|
|
|
|
|
+ else
|
|
|
|
|
+ mask = (u64)-1;
|
|
|
|
|
|
|
|
if (list_empty(&ipc->rx_list)) {
|
|
if (list_empty(&ipc->rx_list)) {
|
|
|
dev_err(ipc->dev, "error: rx list empty but received 0x%llx\n",
|
|
dev_err(ipc->dev, "error: rx list empty but received 0x%llx\n",
|