[PATCH] ASoC: amd: yc: Add support for Lenovo Yoga 7 16ARP8

From e1bc7cbafcdefad60ac6a34fd834a734c64f3fd5 Mon Sep 17 00:00:00 2001 From: meowmeowbeanz meowmeowbeanz@gmx.com Date: Tue, 27 May 2025 19:57:07 -0700 Subject: [PATCH] ASoC: amd: yc: Add support for Lenovo Yoga 7 16ARP8
Add DMI quirk entry for Lenovo Yoga 7 16ARP8 (83BS) to enable digital microphone support via ACP driver.
Fixes microphone detection on this specific model which was previously falling back to non-functional generic audio paths.
Tested-by: meowmeowbeanz meowmeowbeanz@gmx.com Signed-off-by: meowmeowbeanz meowmeowbeanz@gmx.com --- sound/soc/amd/yc/acp6x-mach.c | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c index 3d9da93d22ee..7e62445e02c1 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -311,6 +311,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "83AS"), } }, + { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_NAME, "83BS"), + } + }, { .driver_data = &acp6x_card, .matches = {

On Tue, May 27, 2025 at 08:24:39PM -0700, meowmeowbeanz wrote:
From e1bc7cbafcdefad60ac6a34fd834a734c64f3fd5 Mon Sep 17 00:00:00 2001 From: meowmeowbeanz meowmeowbeanz@gmx.com Date: Tue, 27 May 2025 19:57:07 -0700 Subject: [PATCH] ASoC: amd: yc: Add support for Lenovo Yoga 7 16ARP8
Add DMI quirk entry for Lenovo Yoga 7 16ARP8 (83BS) to enable digital microphone support via ACP driver.
This doesn't apply, it's been MIME encoded and word wrapped from the looks of things so git can't understand it. You should be able to send cleanly using git send-email or (usually easier) the b4 tool:
https://b4.docs.kernel.org/en/latest/contributor/overview.html

On Tue, 27 May 2025 20:24:39 -0700, meowmeowbeanz wrote:
Add DMI quirk entry for Lenovo Yoga 7 16ARP8 (83BS) to enable digital microphone support via ACP driver.
Fixes microphone detection on this specific model which was previously falling back to non-functional generic audio paths.
[...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: amd: yc: Add support for Lenovo Yoga 7 16ARP8 commit: df7996076b1e1ba8a0690542d0e40f703f2f9eb7
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
participants (1)
-
Mark Brown
-
meowmeowbeanz