From: Stefan Binding <sbinding@opensource.cirrus.com>
To: Mark Brown <broonie@kernel.org>
Cc: linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org,
patches@opensource.cirrus.com,
Stefan Binding <sbinding@opensource.cirrus.com>
Subject: [PATCH v1 0/5] Add support for CS35L63 Smart Amplifier
Date: Mon, 7 Apr 2025 16:16:39 +0100 [thread overview]
Message-ID: <20250407151842.143393-1-sbinding@opensource.cirrus.com> (raw)
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
next reply other threads:[~2025-04-07 15:19 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-07 15:16 Stefan Binding [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250407151842.143393-1-sbinding@opensource.cirrus.com \
--to=sbinding@opensource.cirrus.com \
--cc=broonie@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=patches@opensource.cirrus.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox