Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/8] Add support for Cirrus Logic CS530x DAC and CODEC variants.
@ 2025-10-15  9:26 Vitaly Rodionov
  2025-10-15  9:26 ` [PATCH 1/8] ASoC: cs530x: Correct log message with expected variable Vitaly Rodionov
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Vitaly Rodionov @ 2025-10-15  9:26 UTC (permalink / raw)
  To: Mark Brown
  Cc: Liam Girdwood, Takashi Iwai, Jaroslav Kysela, linux-sound,
	linux-kernel, patches, Vitaly Rodionov

This patch series introduces DAC, CODEC, and SPI control bus support
for Cirrus Logic CS530x variants, along with general code cleanup
and resolution of checkpatch.pl warnings.

Simon Trimmer (5):
  ASoC: cs530x: Correct log message with expected variable
  ASoC: cs530x: Tidy up driver before adding more features
  ASoC: cs530x: Add CODEC and DAC support
  ASoC: cs530x: Check the DEVID matches the devtype
  ASoC: cs530x: Rename i2c related structures

Vitaly Rodionov (3):
  ASoC: cs530x: Correct MCLK reference frequency values
  ASoC: cs530x: Add SPI bus support for cs530x parts
  ASoC: cs530x: Add DT compartible strings

 .../bindings/sound/cirrus,cs530x.yaml         |   4 +
 sound/soc/codecs/Kconfig                      |  10 +
 sound/soc/codecs/Makefile                     |   2 +
 sound/soc/codecs/cs530x-i2c.c                 |  24 +-
 sound/soc/codecs/cs530x-spi.c                 |  92 ++++
 sound/soc/codecs/cs530x.c                     | 516 +++++++++++++++---
 sound/soc/codecs/cs530x.h                     | 120 ++--
 sound/soc/codecs/cs53l30.c                    |   4 +-
 8 files changed, 636 insertions(+), 136 deletions(-)
 create mode 100644 sound/soc/codecs/cs530x-spi.c

-- 
2.43.0


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

end of thread, other threads:[~2025-10-16  5:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-15  9:26 [PATCH 0/8] Add support for Cirrus Logic CS530x DAC and CODEC variants Vitaly Rodionov
2025-10-15  9:26 ` [PATCH 1/8] ASoC: cs530x: Correct log message with expected variable Vitaly Rodionov
2025-10-15 10:13   ` Mark Brown
2025-10-15  9:26 ` [PATCH 2/8] ASoC: cs530x: Tidy up driver before adding more features Vitaly Rodionov
2025-10-15 10:11   ` Mark Brown
2025-10-15  9:26 ` [PATCH 3/8] ASoC: cs530x: Add CODEC and DAC support Vitaly Rodionov
2025-10-15  9:26 ` [PATCH 4/8] ASoC: cs530x: Check the DEVID matches the devtype Vitaly Rodionov
2025-10-15  9:26 ` [PATCH 5/8] ASoC: cs530x: Correct MCLK reference frequency values Vitaly Rodionov
2025-10-15  9:26 ` [PATCH 6/8] ASoC: cs530x: Rename i2c related structures Vitaly Rodionov
2025-10-15  9:26 ` [PATCH 7/8] ASoC: cs530x: Add SPI bus support for cs530x parts Vitaly Rodionov
2025-10-15  9:26 ` [PATCH 8/8] ASoC: cs530x: Add DT compartible strings Vitaly Rodionov
2025-10-16  5:42   ` Krzysztof Kozlowski

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