summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/sst/sst_ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/intel/sst/sst_ipc.c')
-rw-r--r--sound/soc/intel/sst/sst_ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/sst/sst_ipc.c b/sound/soc/intel/sst/sst_ipc.c
index 2126f5bb2813..484e60978477 100644
--- a/sound/soc/intel/sst/sst_ipc.c
+++ b/sound/soc/intel/sst/sst_ipc.c
@@ -230,7 +230,7 @@ static void process_fw_init(struct intel_sst_drv *sst_drv_ctx,
dev_dbg(sst_drv_ctx->dev, "*** FW Init msg came***\n");
if (init->result) {
- sst_drv_ctx->sst_state = SST_RESET;
+ sst_set_fw_state_locked(sst_drv_ctx, SST_RESET);
dev_err(sst_drv_ctx->dev, "FW Init failed, Error %x\n",
init->result);
retval = init->result;
OpenPOWER on IntegriCloud