ASoC: Intel: Skylake: Print error code in IPC for SKL
Signed-off-by: Omair M Abdullah <omair.m.abdullah@intel.com> Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
a750ba5f5a
commit
28f3b6f113
1 changed files with 6 additions and 0 deletions
|
@ -362,6 +362,12 @@ static void skl_ipc_process_reply(struct sst_generic_ipc *ipc,
|
|||
break;
|
||||
}
|
||||
|
||||
if (reply != IPC_GLB_REPLY_SUCCESS) {
|
||||
dev_err(ipc->dev, "ipc FW reply: reply=%d", reply);
|
||||
dev_err(ipc->dev, "FW Error Code: %u\n",
|
||||
ipc->dsp->fw_ops.get_fw_errcode(ipc->dsp));
|
||||
}
|
||||
|
||||
list_del(&msg->list);
|
||||
sst_ipc_tx_msg_reply_complete(ipc, msg);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue