ASoC: tegra: add runtime PM to resume functions
authorStephen Warren <swarren@nvidia.com>
Tue, 4 Jun 2013 18:58:14 +0000 (12:58 -0600)
committerMark Brown <broonie@linaro.org>
Tue, 4 Jun 2013 19:47:11 +0000 (20:47 +0100)
commit249e66c32679a24706ec182256a79bf7b1dac9a2
treec5af30726d8f4a84c75d88857e0880ceee5c6274
parent5c5b08286fa4d782e44cae8738cf4328a29c4326
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>
sound/soc/tegra/tegra30_ahub.c
sound/soc/tegra/tegra30_i2s.c
This page took 0.025899 seconds and 5 git commands to generate.