diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-02-03 07:29:54 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-02-04 06:36:14 -0500 |
commit | 38c079e230f25969e7ce3501fa967b003a2abc39 (patch) | |
tree | 7fc0f65a2309d11cdeedcb1fec061cd4d398ca65 /sound | |
parent | 6e3ffa00424e198d2f0c628e7575c5adefeda3d7 (diff) |
ASoC: Intel: Skylake: Remove autosuspend delay
The driver used autosuspend delay to delay going to D3. But per
HW recommendation we should go to D3 soon, so remove the delay
from driver
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/intel/skylake/skl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/intel/skylake/skl.c b/sound/soc/intel/skylake/skl.c index c38bf99ced10..1d36b28d6489 100644 --- a/sound/soc/intel/skylake/skl.c +++ b/sound/soc/intel/skylake/skl.c | |||
@@ -558,8 +558,6 @@ static int skl_probe(struct pci_dev *pci, | |||
558 | goto out_unregister; | 558 | goto out_unregister; |
559 | 559 | ||
560 | /*configure PM */ | 560 | /*configure PM */ |
561 | pm_runtime_set_autosuspend_delay(bus->dev, SKL_SUSPEND_DELAY); | ||
562 | pm_runtime_use_autosuspend(bus->dev); | ||
563 | pm_runtime_put_noidle(bus->dev); | 561 | pm_runtime_put_noidle(bus->dev); |
564 | pm_runtime_allow(bus->dev); | 562 | pm_runtime_allow(bus->dev); |
565 | 563 | ||