projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45a9e07
)
ASoC: Intel: Skylake: Disable async suspend
author
Vinod Koul
<vinod.koul@intel.com>
Wed, 22 Jun 2016 14:14:19 +0000
(19:44 +0530)
committer
Mark Brown
<broonie@kernel.org>
Wed, 22 Jun 2016 15:01:05 +0000
(16:01 +0100)
We do not support async suspend due to dependency with rest of
card and require suspend/resume be executed synchronously, mark
the device accordingly.
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl.c
patch
|
blob
|
history
diff --git
a/sound/soc/intel/skylake/skl.c
b/sound/soc/intel/skylake/skl.c
index
734072c
..
720efb9
100644
(file)
--- a/
sound/soc/intel/skylake/skl.c
+++ b/
sound/soc/intel/skylake/skl.c
@@
-668,6
+668,8
@@
static int skl_probe(struct pci_dev *pci,
skl->pci_id = pci->device;
+ device_disable_async_suspend(bus->dev);
+
skl->nhlt = skl_nhlt_init(bus->dev);
if (skl->nhlt == NULL)