Commit a7c6900
committed
ASoC: SOF: remove duplicate runtime autosuspend call for sof device
Runtime PM for sof device in enabled in pcm_probe() after the
topology load has completed. So autosuspend should be called
after pm_runtime_enable() here.
Remove the call to autosuspend() in sof_probe as this should
be done after topology load has been completed.
Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>1 parent 0ffb067 commit a7c6900
2 files changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | 354 | | |
359 | 355 | | |
360 | 356 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
712 | 712 | | |
713 | 713 | | |
714 | 714 | | |
715 | | - | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
716 | 718 | | |
717 | 719 | | |
718 | 720 | | |
| |||
0 commit comments