public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/5] Add support for CS35L63 Smart Amplifier
@ 2025-04-07 15:16 Stefan Binding
  2025-04-07 15:16 ` [PATCH v1 1/5] ASoC: cs35l56: Add Index based on ACPI HID or SDW ID to select regmap config Stefan Binding
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Stefan Binding @ 2025-04-07 15:16 UTC (permalink / raw)
  To: Mark Brown; +Cc: linux-sound, linux-kernel, patches, Stefan Binding

CS35L63 is a Mono Class-D PC Smart Amplifier, with Speaker Protection
and Audio Enhancement Algorithms.

CS35L63 uses a similar control interface to CS35L56 so support for
it can be added into the CS35L56 driver.
CS35L63 only has SoundWire and I2C control interfaces.

Stefan Binding (5):
  ASoC: cs35l56: Add Index based on ACPI HID or SDW ID to select regmap
    config
  ASoC: cs35l56: Add struct to index firmware registers
  ASoC: cs35l56: Add Mute, Volume and Posture registers to firmware
    register list
  ASoC: cs35l56: Add initial support for CS35L63 for I2C and SoundWire
  ASoC: cs35l56: Read Silicon ID from DIE_STS registers for CS35L63

 include/sound/cs35l56.h           |  28 ++++
 sound/pci/hda/cs35l56_hda.c       |  22 ++-
 sound/pci/hda/cs35l56_hda_i2c.c   |   3 +
 sound/pci/hda/cs35l56_hda_spi.c   |   3 +
 sound/soc/codecs/cs35l56-i2c.c    |  23 ++-
 sound/soc/codecs/cs35l56-sdw.c    |  91 +++++++++++-
 sound/soc/codecs/cs35l56-shared.c | 229 ++++++++++++++++++++++++++++--
 sound/soc/codecs/cs35l56-spi.c    |   3 +
 sound/soc/codecs/cs35l56.c        |  47 +++++-
 sound/soc/codecs/cs35l56.h        |   1 +
 10 files changed, 413 insertions(+), 37 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-05-07 11:13 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-07 15:16 [PATCH v1 0/5] Add support for CS35L63 Smart Amplifier Stefan Binding
2025-04-07 15:16 ` [PATCH v1 1/5] ASoC: cs35l56: Add Index based on ACPI HID or SDW ID to select regmap config Stefan Binding
2025-04-28 17:32   ` Richard Fitzgerald
2025-04-07 15:16 ` [PATCH v1 2/5] ASoC: cs35l56: Add struct to index firmware registers Stefan Binding
2025-04-07 19:16   ` Mark Brown
2025-04-08 12:58     ` Richard Fitzgerald
2025-04-08 16:00       ` Mark Brown
2025-04-09 11:33         ` Richard Fitzgerald
2025-04-09 12:31           ` Mark Brown
2025-04-28 17:34   ` Richard Fitzgerald
2025-05-05 23:46     ` Mark Brown
2025-04-07 15:16 ` [PATCH v1 3/5] ASoC: cs35l56: Add Mute, Volume and Posture registers to firmware register list Stefan Binding
2025-04-28 17:36   ` Richard Fitzgerald
2025-04-07 15:16 ` [PATCH v1 4/5] ASoC: cs35l56: Add initial support for CS35L63 for I2C and SoundWire Stefan Binding
2025-04-28 17:38   ` Richard Fitzgerald
2025-04-07 15:16 ` [PATCH v1 5/5] ASoC: cs35l56: Read Silicon ID from DIE_STS registers for CS35L63 Stefan Binding
2025-04-28 17:39   ` Richard Fitzgerald
2025-05-07 11:12 ` [PATCH v1 0/5] Add support for CS35L63 Smart Amplifier Mark Brown

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