commit | 249e66c32679a24706ec182256a79bf7b1dac9a2 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue Jun 04 12:58:14 2013 -0600 |
committer | Mark Brown <broonie@linaro.org> | Tue Jun 04 20:47:11 2013 +0100 |
tree | c5af30726d8f4a84c75d88857e0880ceee5c6274 | |
parent | 5c5b08286fa4d782e44cae8738cf4328a29c4326 [diff] |
ASoC: tegra: add runtime PM to resume functions Tegra HW needs clocks etc. active when touching registers. Make sure they are active during resume, by calling pm_runtime_get_sync() before touching HW. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@linaro.org>