diff options
-rw-r--r-- | sound/soc/intel/sst/sst.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/sst/sst.c b/sound/soc/intel/sst/sst.c index 97234ec4e416..11c578651c1c 100644 --- a/sound/soc/intel/sst/sst.c +++ b/sound/soc/intel/sst/sst.c | |||
@@ -416,6 +416,7 @@ static int intel_sst_runtime_suspend(struct device *dev) | |||
416 | synchronize_irq(ctx->irq_num); | 416 | synchronize_irq(ctx->irq_num); |
417 | flush_workqueue(ctx->post_msg_wq); | 417 | flush_workqueue(ctx->post_msg_wq); |
418 | 418 | ||
419 | ctx->ops->reset(ctx); | ||
419 | /* save the shim registers because PMC doesn't save state */ | 420 | /* save the shim registers because PMC doesn't save state */ |
420 | sst_save_shim64(ctx, ctx->shim, ctx->shim_regs64); | 421 | sst_save_shim64(ctx, ctx->shim, ctx->shim_regs64); |
421 | 422 | ||