All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix PM disable depth imbalance on error
@ 2020-11-11  4:13 Zhang Qilong
  2020-11-11  4:13 ` [PATCH 1/3] ASoC: wm8994: " Zhang Qilong
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Zhang Qilong @ 2020-11-11  4:13 UTC (permalink / raw)
  To: lgirdwood, broonie, perex, tiwai; +Cc: patches, alsa-devel

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-11-11 15:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-11  4:13 [PATCH 0/3] Fix PM disable depth imbalance on error Zhang Qilong
2020-11-11  4:13 ` [PATCH 1/3] ASoC: wm8994: " Zhang Qilong
2020-11-11  9:57   ` Richard Fitzgerald
2020-11-11  4:13 ` [PATCH 2/3] ASoC: wm8997: " Zhang Qilong
2020-11-11  9:56   ` Richard Fitzgerald
2020-11-11 10:15     ` 答复: " zhangqilong
2020-11-11  4:13 ` [PATCH 3/3] ASoC: wm8998: " Zhang Qilong
2020-11-11  9:50   ` Richard Fitzgerald
2020-11-11 15:47 ` [PATCH 0/3] " Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.