[PATCH v2] ASoC: sof_sdw: Add a quirk for Lenovo laptop using sidecar amps with cs42l43

Maciej Strozek posted 1 patch 1 week, 2 days ago
sound/soc/intel/boards/sof_sdw.c | 1 +
1 file changed, 1 insertion(+)
[PATCH v2] ASoC: sof_sdw: Add a quirk for Lenovo laptop using sidecar amps with cs42l43
Posted by Maciej Strozek 1 week, 2 days ago
Add a quirk for a Lenovo laptop (SSID: 0x17aa3821) to allow using sidecar
CS35L57 amps with CS42L43 codec.

Signed-off-by: Maciej Strozek <mstrozek@opensource.cirrus.com>
---
v2: Added more detailed commit message.
---
 sound/soc/intel/boards/sof_sdw.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/intel/boards/sof_sdw.c b/sound/soc/intel/boards/sof_sdw.c
index 8721a098d53f1..50b838be24e95 100644
--- a/sound/soc/intel/boards/sof_sdw.c
+++ b/sound/soc/intel/boards/sof_sdw.c
@@ -838,6 +838,7 @@ static const struct snd_pci_quirk sof_sdw_ssid_quirk_table[] = {
 	SND_PCI_QUIRK(0x17aa, 0x2347, "Lenovo P16", SOC_SDW_CODEC_MIC),
 	SND_PCI_QUIRK(0x17aa, 0x2348, "Lenovo P16", SOC_SDW_CODEC_MIC),
 	SND_PCI_QUIRK(0x17aa, 0x2349, "Lenovo P1", SOC_SDW_CODEC_MIC),
+	SND_PCI_QUIRK(0x17aa, 0x3821, "Lenovo 0x3821", SOC_SDW_SIDECAR_AMPS),
 	{}
 };

--
2.47.3
Re: [PATCH v2] ASoC: sof_sdw: Add a quirk for Lenovo laptop using sidecar amps with cs42l43
Posted by Mark Brown 1 week, 2 days ago
On Wed, 28 Jan 2026 09:24:05 +0000, Maciej Strozek wrote:
> Add a quirk for a Lenovo laptop (SSID: 0x17aa3821) to allow using sidecar
> CS35L57 amps with CS42L43 codec.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: sof_sdw: Add a quirk for Lenovo laptop using sidecar amps with cs42l43
      commit: 681ca5c6fadaa268e2fa3cff8609c4c348377be1

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
Re: [PATCH v2] ASoC: sof_sdw: Add a quirk for Lenovo laptop using sidecar amps with cs42l43
Posted by Cezary Rojewski 1 week, 2 days ago
On 2026-01-28 10:24 AM, Maciej Strozek wrote:
> Add a quirk for a Lenovo laptop (SSID: 0x17aa3821) to allow using sidecar
> CS35L57 amps with CS42L43 codec.
> 
> Signed-off-by: Maciej Strozek <mstrozek@opensource.cirrus.com>
> ---
> v2: Added more detailed commit message.

Looks good.

Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com>