summaryrefslogtreecommitdiffstats
path: root/sound/ppc
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2016-12-29 12:34:04 +0100
committerMark Brown <broonie@kernel.org>2016-12-31 19:36:13 +0100
commitdc938ddb56283a0b71d987e7ecd4be90390985d6 (patch)
tree946a1022a635186347c48712d62c58b8426b6d9f /sound/ppc
parentASoC: samsung: i2s: Remove virtual device for secondary DAI (diff)
downloadlinux-dc938ddb56283a0b71d987e7ecd4be90390985d6.tar.xz
linux-dc938ddb56283a0b71d987e7ecd4be90390985d6.zip
ASoC: samsung: i2s: Ensure proper runtime PM state of I2S device
This patch adds calls to pm_runtime_get/put to ensure that any access to I2S registers is done with proper (active) runtime PM state of I2S device. Till now the driver enabled runtime PM, but didn't manage the state during driver operation. The driver worked fine only because the runtime PM callbacks managed device clock, which was enabled all the time because of the additional enable call in the driver's probe function. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/ppc')
0 files changed, 0 insertions, 0 deletions