]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: Skylake: Fix PM behaviour
authorJeeja KP <jeeja.kp@intel.com>
Tue, 27 Oct 2015 00:23:00 +0000 (09:23 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 16 Nov 2015 10:08:09 +0000 (10:08 +0000)
commit89116a323b63ae39104e698e619c8721251a4e8c
treef2e2ac98579766b6c0e77477677faaedb122a67a
parent36aa94863b32dedc9aee3d93ccc3d5654314a908
ASoC: Intel: Skylake: Fix PM behaviour

The driver runtime behaviour is fine but in suspend, we missed
setting the DSP to suspend and also missed resuming DSP on
resume.

Fix this by having common SKL suspend and resume routines which
power up/down links, suspend/resume DSP and other common
routines, and call these routines from both runtime as well as
system PM handlers

Signed-off-by: Jayachandran B <jayachandran.b@intel.com>
Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl.c