[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260205164838.1611295-1-rf@opensource.cirrus.com>
Date: Thu, 5 Feb 2026 16:48:35 +0000
From: Richard Fitzgerald <rf@...nsource.cirrus.com>
To: broonie@...nel.org
Cc: linux-sound@...r.kernel.org, linux-kernel@...r.kernel.org,
patches@...nsource.cirrus.com
Subject: [PATCH 0/3] ASoC: cs35l56: More support for new Dell laptops
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
Powered by blists - more mailing lists