diff options
author | Mark Brown <broonie@kernel.org> | 2016-02-08 19:44:12 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-02-08 19:44:12 +0300 |
commit | 98ab7a02046dd239f3f2eb923de0ce117dc29e15 (patch) | |
tree | 0f642d84f3b402d5325b657d68e18d423f6d571e /sound/soc/intel/skylake/skl.c | |
parent | 6f08cbdaac5a3050ea1898aef8ce326030fd1117 (diff) | |
parent | 38c079e230f25969e7ce3501fa967b003a2abc39 (diff) | |
download | linux-98ab7a02046dd239f3f2eb923de0ce117dc29e15.tar.xz |
Merge branch 'fix/intel' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel
Diffstat (limited to 'sound/soc/intel/skylake/skl.c')
-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 443a15de94b5..092705e73db4 100644 --- a/sound/soc/intel/skylake/skl.c +++ b/sound/soc/intel/skylake/skl.c @@ -614,8 +614,6 @@ static int skl_probe(struct pci_dev *pci, goto out_unregister; /*configure PM */ - pm_runtime_set_autosuspend_delay(bus->dev, SKL_SUSPEND_DELAY); - pm_runtime_use_autosuspend(bus->dev); pm_runtime_put_noidle(bus->dev); pm_runtime_allow(bus->dev); |