From: Richard Fitzgerald <rf@opensource.cirrus.com>
To: <broonie@kernel.org>, <tiwai@suse.com>, <hdegoede@redhat.com>,
<lenb@kernel.org>, <rafael@kernel.org>
Cc: <linux-sound@vger.kernel.org>, <alsa-devel@alsa-project.org>,
<linux-kernel@vger.kernel.org>, <patches@opensource.cirrus.com>,
<platform-driver-x86@vger.kernel.org>,
<linux-acpi@vger.kernel.org>,
"Richard Fitzgerald" <rf@opensource.cirrus.com>
Subject: [PATCH 0/3] ALSA: Add support for Cirrus Logic CS35L54 and CS35L57
Date: Fri, 8 Mar 2024 13:58:57 +0000 [thread overview]
Message-ID: <20240308135900.603192-1-rf@opensource.cirrus.com> (raw)
The CS35L54 and CS35L57 are Boosted Smart Amplifiers. The CS35L54 has
I2C/SPI control and I2S/TDM audio. The CS35L57 also has SoundWire
control and audio.
The hardware differences between L54, L56 and L57 do not affect the
driver control interface so they can all be handled by the same driver.
The HDA patch has build dependencies on the ASoC patch.
The final patch updates serial-multi-instantiate and scan.c to trap
the ACPI HID for HDA systems that declare multiple amps all under one
Device() node. This patch does not have any build dependency on the
first two patches so can be taken separately.
Simon Trimmer (3):
ASoC: cs35l56: Add support for CS35L54 and CS35L57
ALSA: hda: cs35l56: Add support for CS35L54 and CS35L57
platform/x86: serial-multi-instantiate: Add support for CS35L54 and
CS35L57
drivers/acpi/scan.c | 2 ++
.../platform/x86/serial-multi-instantiate.c | 28 +++++++++++++++++++
include/sound/cs35l56.h | 1 +
sound/pci/hda/cs35l56_hda.c | 16 +++++++----
sound/pci/hda/cs35l56_hda.h | 2 +-
sound/pci/hda/cs35l56_hda_i2c.c | 7 +++--
sound/pci/hda/cs35l56_hda_spi.c | 7 +++--
sound/soc/codecs/cs35l56-sdw.c | 3 +-
sound/soc/codecs/cs35l56-shared.c | 8 ++++--
sound/soc/codecs/cs35l56.c | 14 +++++++++-
10 files changed, 73 insertions(+), 15 deletions(-)
--
2.30.2
next reply other threads:[~2024-03-08 13:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-08 13:58 Richard Fitzgerald [this message]
2024-03-08 13:58 ` [PATCH 1/3] ASoC: cs35l56: Add support for CS35L54 and CS35L57 Richard Fitzgerald
2024-03-08 14:12 ` Mark Brown
2024-03-08 13:58 ` [PATCH 2/3] ALSA: hda: " Richard Fitzgerald
2024-03-08 13:59 ` [PATCH 3/3] platform/x86: serial-multi-instantiate: " Richard Fitzgerald
2024-03-08 14:15 ` Ilpo Järvinen
2024-03-08 17:01 ` [PATCH 0/3] ALSA: Add support for Cirrus Logic " Takashi Iwai
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=20240308135900.603192-1-rf@opensource.cirrus.com \
--to=rf@opensource.cirrus.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=hdegoede@redhat.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=patches@opensource.cirrus.com \
--cc=platform-driver-x86@vger.kernel.org \
--cc=rafael@kernel.org \
--cc=tiwai@suse.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