Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/3] ASoC: es8328: Fix deemph control and improve error handling
@ 2026-01-29 17:47 Hsieh Hung-En
  2026-01-29 17:47 ` [PATCH 1/3] ASoC: es8328: Fix DAC deemphasis control handling Hsieh Hung-En
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Hsieh Hung-En @ 2026-01-29 17:47 UTC (permalink / raw)
  To: Mark Brown, linux-sound
  Cc: Liam Girdwood, Jaroslav Kysela, Takashi Iwai, Kuninori Morimoto,
	Charles Keepax, Nicolas Frattaroli, Hsieh Hung-En

This series improves the ES8328 codec driver's reliability by ensuring that
register I/O operations and state transitions properly propagate error
codes.

It also fixes a DAC deemphasis control sequencing bug and adds proper
resource unwinding during system resume.

Summary of changes:
- Fix DAC deemphasis control: update cached state before hardware.
- Propagate error codes in set_bias_level().
- Add proper unwind handling in resume().
- Check return values of snd_soc_component_update_bits() in set_dai_fmt().

Hsieh Hung-En (3):
  ASoC: es8328: Fix DAC deemphasis control handling
  ASoC: es8328: Propagate errors in set_bias_level()
  ASoC: es8328: Check errors in set_dai_fmt() and resume()

 sound/soc/codecs/es8328.c | 116 ++++++++++++++++++++++++--------------
 1 file changed, 73 insertions(+), 43 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2026-02-03 12:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-29 17:47 [PATCH 0/3] ASoC: es8328: Fix deemph control and improve error handling Hsieh Hung-En
2026-01-29 17:47 ` [PATCH 1/3] ASoC: es8328: Fix DAC deemphasis control handling Hsieh Hung-En
2026-01-29 17:47 ` [PATCH 2/3] ASoC: es8328: Propagate errors in set_bias_level() Hsieh Hung-En
2026-01-29 17:47 ` [PATCH 3/3] ASoC: es8328: Check errors in set_dai_fmt() and resume() Hsieh Hung-En
2026-01-29 18:02   ` Mark Brown
2026-01-30 16:00 ` [PATCH v2 0/5] ASoC: es8328: error handling and resume fixes Hsieh Hung-En
2026-01-30 16:00   ` [PATCH v2 1/5] ASoC: es8328: Fix DAC deemphasis control handling Hsieh Hung-En
2026-01-30 16:00   ` [PATCH v2 2/5] ASoC: es8328: Propagate errors in set_bias_level() Hsieh Hung-En
2026-01-30 16:00   ` [PATCH v2 3/5] ASoC: es8328: Check errors in set_dai_fmt() Hsieh Hung-En
2026-01-30 16:00   ` [PATCH v2 4/5] ASoC: es8328: Use cached regmap on resume Hsieh Hung-En
2026-01-30 16:00   ` [PATCH v2 5/5] ASoC: es8328: Add error unwind in resume Hsieh Hung-En
2026-02-03 12:05   ` [PATCH v2 0/5] ASoC: es8328: error handling and resume fixes Mark Brown

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