aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/intel/sst/sst.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/intel/sst/sst.c b/sound/soc/intel/sst/sst.c
index 8a8d56a146e7..d6ea80076ea2 100644
--- a/sound/soc/intel/sst/sst.c
+++ b/sound/soc/intel/sst/sst.c
@@ -379,6 +379,10 @@ void sst_configure_runtime_pm(struct intel_sst_drv *ctx)
379 * initially active. So change the state to active before 379 * initially active. So change the state to active before
380 * enabling the pm 380 * enabling the pm
381 */ 381 */
382
383 if (!acpi_disabled)
384 pm_runtime_set_active(ctx->dev);
385
382 pm_runtime_enable(ctx->dev); 386 pm_runtime_enable(ctx->dev);
383 387
384 if (acpi_disabled) 388 if (acpi_disabled)