public inbox for linux-sound@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] ASoC: es8311: Improve error handling and power
@ 2026-04-15  3:02 Hsieh Hung-En
  2026-04-15  3:02 ` [PATCH v1 1/2] ASoC: es8311: Check regcache_sync() error in resume Hsieh Hung-En
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hsieh Hung-En @ 2026-04-15  3:02 UTC (permalink / raw)
  To: broonie, lgirdwood
  Cc: linux-sound, perex, tiwai, ckeepax, kuninori.morimoto.gx,
	matteomartelli3, Hsieh Hung-En

This series improves the robustness of the ES8311 codec driver by
checking return values of register operations and ensuring proper
clock resource management.

The first patch checks regcache_sync() during resume.
The second patch fixes a clock reference count leak and checks
update_bits during bias level transitions.

Hsieh Hung-En (2):
  ASoC: es8311: Check regcache_sync() error in resume
  ASoC: es8311: Fix clock leak and check update_bits in set_bias_level()

 sound/soc/codecs/es8311.c | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2026-04-16 14:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-15  3:02 [PATCH v1 0/2] ASoC: es8311: Improve error handling and power Hsieh Hung-En
2026-04-15  3:02 ` [PATCH v1 1/2] ASoC: es8311: Check regcache_sync() error in resume Hsieh Hung-En
2026-04-15  3:02 ` [PATCH v1 2/2] ASoC: es8311: Fix clock leak and check update_bits in set_bias_level() Hsieh Hung-En
2026-04-16 12:39 ` [PATCH v1 0/2] ASoC: es8311: Improve error handling and power Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox