Merge branch 'asoc-5.4' into asoc-next
[linux-2.6-microblaze.git] / sound / soc / intel / common / sst-ipc.c
index 1186a03..6068bb6 100644 (file)
@@ -223,6 +223,8 @@ struct ipc_message *sst_ipc_reply_find_msg(struct sst_generic_ipc *ipc,
 
        if (ipc->ops.reply_msg_match != NULL)
                header = ipc->ops.reply_msg_match(header, &mask);
+       else
+               mask = (u64)-1;
 
        if (list_empty(&ipc->rx_list)) {
                dev_err(ipc->dev, "error: rx list empty but received 0x%llx\n",