]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - drivers/mfd/wm8994-core.c
mfd: wm8994: Remove check for active audio in runtime suspend
authorMark Brown <broonie@linaro.org>
Wed, 17 Jul 2013 12:16:09 +0000 (13:16 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 31 Jul 2013 00:04:29 +0000 (02:04 +0200)
commitebe38f80b290fe6d86404d0b21eae479d4aeb21f
treedd2f0f97f6b51f3cbc9da9dc7c9f012b489c0184
parent4dd0b2ba1d8c96d18c4a5624b167e267671d047f
mfd: wm8994: Remove check for active audio in runtime suspend

Since enabling VMID takes a runtime PM reference there is no need to
suppress suspend when doing a runtime suspend. Similarly the digital
inputs and outputs are DAPM widgets and therefore the ASoC core will
be holding a reference for them.

This used to be required when integration with system suspend was being
bodged.

Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/wm8994-core.c