]> git.baikalelectronics.ru Git - kernel.git/commit
Merge series "Fix PM disable depth imbalance on error" from Zhang Qilong <zhangqilong...
authorMark Brown <broonie@kernel.org>
Wed, 11 Nov 2020 15:44:29 +0000 (15:44 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 11 Nov 2020 15:44:29 +0000 (15:44 +0000)
commitca946e94b4f83f3e6d8c2387639072342273a119
tree052399db3cc5b04e43cb9cafe32135dd549dac5d
parent78da32141bbe524e9fa7347fa94f0f36b9a944bd
parent48111b0f3b1345368e5ec1acb902c6673cad73f5
Merge series "Fix PM disable depth imbalance on error" from Zhang Qilong <zhangqilong3@huawei.com>:

The pm_runtime_enable will increase power disable depth. Thus
a pairing decrement is needed on the error handling path to
keep it balanced according to context. This series of patches
fixed it.

Zhang Qilong (3):
  ASoC: wm8994: Fix PM disable depth imbalance on error
  ASoC: wm8997: Fix PM disable depth imbalance on error
  ASoC: wm8998: Fix PM disable depth imbalance on error

 sound/soc/codecs/wm8994.c | 6 +++++-
 sound/soc/codecs/wm8997.c | 9 +++++++--
 sound/soc/codecs/wm8998.c | 4 +++-
 3 files changed, 15 insertions(+), 4 deletions(-)

--
2.25.4