Linux Sound subsystem development
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] wcd937x codec fixes
@ 2024-10-22  3:31 Alexey Klimov
  2024-10-22  3:31 ` [RFC PATCH 1/2] ASoC: codecs: wcd937x: add missing LO Switch control Alexey Klimov
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Alexey Klimov @ 2024-10-22  3:31 UTC (permalink / raw)
  To: srinivas.kandagatla, quic_pkumpatl, a39.skl, quic_mohs
  Cc: linux-sound, krzysztof.kozlowski, lgirdwood, broonie, perex,
	tiwai, dmitry.baryshkov, linux-kernel

This sent as RFC because of the following:

- regarding the LO switch patch. I've got info about that from two persons
independently hence not sure what tags to put there and who should be
the author. Please let me know if that needs to be corrected.

- the wcd937x pdm watchdog is a problem for audio playback and needs to be
fixed. The minimal fix would be to at least increase timeout value but
it will still trigger in case of plenty of dbg messages or other
delay-generating things. Unfortunately, I can't test HPHL/R outputs hence
the patch is only for AUX. The other options would be introducing
module parameter for debugging and using HOLD_OFF bit for that or
adding Kconfig option.

Alexey Klimov (2):
  ASoC: codecs: wcd937x: add missing LO Switch control
  ASoC: codecs: wcd937x: relax the AUX PDM watchdog

 sound/soc/codecs/wcd937x.c | 12 ++++++++++--
 sound/soc/codecs/wcd937x.h |  4 ++++
 2 files changed, 14 insertions(+), 2 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2024-11-01 13:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-22  3:31 [RFC PATCH 0/2] wcd937x codec fixes Alexey Klimov
2024-10-22  3:31 ` [RFC PATCH 1/2] ASoC: codecs: wcd937x: add missing LO Switch control Alexey Klimov
2024-10-22  3:31 ` [RFC PATCH 2/2] ASoC: codecs: wcd937x: relax the AUX PDM watchdog Alexey Klimov
2024-10-22 23:21 ` [RFC PATCH 0/2] wcd937x codec fixes Mark Brown
2024-11-01 13:33   ` Alexey Klimov
2024-10-29 20:35 ` Mark Brown

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