Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: amd: yc: add new YC platform variant (0x63) support
@ 2024-02-28  7:39 Jiawei Wang
  2024-02-28  7:39 ` [PATCH 2/2] ASoC: amd: yc: Fix non-functional mic on Lenovo 21J2 Jiawei Wang
  2024-02-28 16:17 ` [PATCH 1/2] ASoC: amd: yc: add new YC platform variant (0x63) support Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Jiawei Wang @ 2024-02-28  7:39 UTC (permalink / raw)
  To: Liam Girdwood, Jaroslav Kysela, Takashi Iwai, Mark Brown
  Cc: linux-sound, Jiawei Wang

The Lenovo 21J2 (ThinkBook 16 G5+ APO) has this new variant,
as detected with lspci:

64:00.5 Multimedia controller: Advanced Micro Devices, Inc. [AMD]
        ACP/ACP3X/ACP6x Audio Coprocessor (rev 63)

Signed-off-by: Jiawei Wang <me@jwang.link>
---
 sound/soc/amd/yc/pci-acp6x.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/amd/yc/pci-acp6x.c b/sound/soc/amd/yc/pci-acp6x.c
index 7af6a349b1d4..694b8e313902 100644
--- a/sound/soc/amd/yc/pci-acp6x.c
+++ b/sound/soc/amd/yc/pci-acp6x.c
@@ -162,6 +162,7 @@ static int snd_acp6x_probe(struct pci_dev *pci,
 	/* Yellow Carp device check */
 	switch (pci->revision) {
 	case 0x60:
+	case 0x63:
 	case 0x6f:
 		break;
 	default:
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-28 16:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-28  7:39 [PATCH 1/2] ASoC: amd: yc: add new YC platform variant (0x63) support Jiawei Wang
2024-02-28  7:39 ` [PATCH 2/2] ASoC: amd: yc: Fix non-functional mic on Lenovo 21J2 Jiawei Wang
2024-02-28 16:17 ` [PATCH 1/2] ASoC: amd: yc: add new YC platform variant (0x63) support Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox