]> 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)
commit93a0e94e113f0c05318a928eee6b09992cc2c806
tree052399db3cc5b04e43cb9cafe32135dd549dac5d
parent27ef74955c85f75ad6299d3d367efd08feff1674
parent3d7c94bcc9cec652b2aa4e19ce8e223442177a8f
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