The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/3] ASoC: cs35l56: More support for new Dell laptops
@ 2026-02-05 16:48 Richard Fitzgerald
  2026-02-05 16:48 ` [PATCH 1/3] ASoC: cs35l56: Support for reading speaker ID from on-chip GPIOs Richard Fitzgerald
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Richard Fitzgerald @ 2026-02-05 16:48 UTC (permalink / raw)
  To: broonie; +Cc: linux-sound, linux-kernel, patches

Some new Dell models use spare pins on the amp as a binary integer
value to indicate the speaker type. The driver must use this to
select the correct firmware files for the hardware.

Patch #1 is the new support.
The other patches are for KUnit testing.

Richard Fitzgerald (3):
  ASoC: cs35l56: Support for reading speaker ID from on-chip GPIOs
  ASoC: cs35l56-shared: KUnit tests for onchip speaker ID gpios
  ASoC: cs35l56: KUnit tests for parsing and using onchip GPIOs

 include/sound/cs35l56.h                |  37 ++
 sound/soc/codecs/Kconfig               |  14 +
 sound/soc/codecs/Makefile              |   2 +
 sound/soc/codecs/cs35l56-shared-test.c | 680 +++++++++++++++++++++++++
 sound/soc/codecs/cs35l56-shared.c      | 172 +++++++
 sound/soc/codecs/cs35l56-test.c        | 273 ++++++++++
 sound/soc/codecs/cs35l56.c             | 141 ++++-
 sound/soc/codecs/cs35l56.h             |   2 +
 8 files changed, 1317 insertions(+), 4 deletions(-)
 create mode 100644 sound/soc/codecs/cs35l56-shared-test.c

-- 
2.47.3


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

end of thread, other threads:[~2026-02-06  0:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-05 16:48 [PATCH 0/3] ASoC: cs35l56: More support for new Dell laptops Richard Fitzgerald
2026-02-05 16:48 ` [PATCH 1/3] ASoC: cs35l56: Support for reading speaker ID from on-chip GPIOs Richard Fitzgerald
2026-02-05 16:48 ` [PATCH 2/3] ASoC: cs35l56-shared: KUnit tests for onchip speaker ID gpios Richard Fitzgerald
2026-02-05 16:48 ` [PATCH 3/3] ASoC: cs35l56: KUnit tests for parsing and using onchip GPIOs Richard Fitzgerald
2026-02-06  0:28 ` [PATCH 0/3] ASoC: cs35l56: More support for new Dell laptops Mark Brown

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