commit | c85064435fe7a216ec0f0238ef2b8f7cd850a450 | [log] [tgz] |
---|---|---|
author | Sugar Zhang <sugar.zhang@rock-chips.com> | Wed Apr 03 21:40:45 2019 +0800 |
committer | Mark Brown <broonie@kernel.org> | Thu Apr 04 14:59:33 2019 +0700 |
tree | 13653ab28f47cf5b69bf32e90932ea52b5d32e91 | |
parent | 42bf029a55a9bb8036f1d738a28dba2f7ec1e79d [diff] |
ASoC: rockchip: pdm: fix regmap_ops hang issue This is because set_fmt ops maybe called when PD is off, and in such case, regmap_ops will lead system hang. enale PD before doing regmap_ops. Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com> Signed-off-by: Mark Brown <broonie@kernel.org>