Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e9dc2b6 authored by Vinod Koul's avatar Vinod Koul Committed by Mark Brown
Browse files

ASoC: Intel: Skylake: Disable async suspend



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: default avatarVinod Koul <vinod.koul@intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 45a9e075
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -668,6 +668,8 @@ static int skl_probe(struct pci_dev *pci,


	skl->pci_id = pci->device;
	skl->pci_id = pci->device;


	device_disable_async_suspend(bus->dev);

	skl->nhlt = skl_nhlt_init(bus->dev);
	skl->nhlt = skl_nhlt_init(bus->dev);


	if (skl->nhlt == NULL)
	if (skl->nhlt == NULL)