Message ID | 20240228073914.232204-1-me@jwang.link (mailing list archive) |
---|---|
State | Accepted |
Commit | 316a784839b21b122e1761cdca54677bb19a47fa |
Headers | show |
Series | [1/2] ASoC: amd: yc: add new YC platform variant (0x63) support | expand |
On Wed, 28 Feb 2024 15:39:13 +0800, Jiawei Wang wrote: > 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) > > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/2] ASoC: amd: yc: add new YC platform variant (0x63) support commit: 316a784839b21b122e1761cdca54677bb19a47fa [2/2] ASoC: amd: yc: Fix non-functional mic on Lenovo 21J2 commit: ed00a6945dc32462c2d3744a3518d2316da66fcc 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
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:
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(+)