ASoC: Intel: Skylake: Don't enable WAKEENABLE on suspend
authorJeeja KP <jeeja.kp@intel.com>
Fri, 13 Nov 2015 13:52:06 +0000 (19:22 +0530)
committerMark Brown <broonie@kernel.org>
Wed, 18 Nov 2015 18:46:36 +0000 (18:46 +0000)
commita71e269728ce42216cca8ce5145e97e777a36467
treee106bfa95be5d23893797ecde8d5ee2fb7f21da8
parent28823f1538ce2f67b7c21e30d6b84c3e86f8c0fd
ASoC: Intel: Skylake: Don't enable WAKEENABLE on suspend

For HDA codecs WAKEENABLE bit is to programmed if codec event
change has to wake the system when suspended.

In skylake I2S systems which are currently supported we have
only HDMI codec, which doesn't use this capability to detect a
HDMI connect/ disconnect event. HDMI HDA codec uses display
interface to detect connect/disconnect event.

This patch removes the WAKEBIT enabling during device D0/D3 as
this seems to cause spurious wakes on the system

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