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

Maciej Strozek posted 1 patch 1 week, 3 days ago
There is a newer version of this series
sound/soc/intel/boards/sof_sdw.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] ASoC: sof_sdw: Add a quirk for Lenovo laptop using sidecar amps with cs42l43
Posted by Maciej Strozek 1 week, 3 days ago
SSID: 0x17aa3821

Signed-off-by: Maciej Strozek <mstrozek@opensource.cirrus.com>
---
 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] ASoC: sof_sdw: Add a quirk for Lenovo laptop using sidecar amps with cs42l43
Posted by Cezary Rojewski 1 week, 3 days ago
On 2026-01-27 4:47 PM, Maciej Strozek wrote:
> SSID: 0x17aa3821

That's not a proper commit message, see 
Documentation/process/submitting-patches.rst. Don't forget to loop in 
relevant maintainers of sound/soc/intel/ for v2. Script: 
get_maintainer.pl can help you with that.

Kind regards,
Czarek