ASoC: tas2552: Fix PM sequencing
authorDan Murphy <dmurphy@ti.com>
Fri, 18 Jul 2014 17:31:07 +0000 (12:31 -0500)
committerMark Brown <broonie@linaro.org>
Mon, 21 Jul 2014 12:18:44 +0000 (13:18 +0100)
In the pm suspend/resume it is better
to disable the GPIO after the regmap_cache
setting calls so that if the call is interrupted
the new reg values will be cached and set on resume.

Also add pm_runtime_put in the remove call.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found