All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: amd: yc: Fix non-functional mic on Lenovo Yoga Slim 7 Pro 14ARH7 82UU
@ 2023-10-02 21:04 Markus Meier
  2023-10-03  9:39 ` August Wikerfors
  2023-10-03 10:24 ` Linux regression tracking (Thorsten Leemhuis)
  0 siblings, 2 replies; 5+ messages in thread
From: Markus Meier @ 2023-10-02 21:04 UTC (permalink / raw)
  To: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 679 bytes --]

Hi,

I own a  Lenovo Yoga Slim 7 Pro 14ARH7 where the microphone is not showing up.
I added the system to the quirk table and the mic is working correctly (but 
with very low volume) now.

Here's an except from dmidecode:
System Information
        Manufacturer: LENOVO
        Product Name: 82UU
        Version: Yoga Slim 7 Pro 14ARH7
        SKU Number: LENOVO_MT_82UU_BU_idea_FM_Yoga Slim 7 Pro 14ARH7
        Family: Yoga Slim 7 Pro 14ARH7

Please add this patch to the kernel and add it to the stable kernels too. I 
guess the microphone should have worked before. Seems to be a regression 
introduced by c008323fe361bd62a43d9fb29737dacd5c067fb7

Thank you very much
Markus

[-- Attachment #2: yoga-slim-7-pro-82UU-microphone.patch --]
[-- Type: text/x-patch, Size: 451 bytes --]

--- a/sound/soc/amd/yc/acp6x-mach.c	2023-09-29 19:31:03.753786095 +0200
+++ b/sound/soc/amd/yc/acp6x-mach.c	2023-09-29 19:32:06.414276453 +0200
@@ -217,6 +217,13 @@
 		.driver_data = &acp6x_card,
 		.matches = {
 			DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "82UU"),
+		}
+	},
+	{
+		.driver_data = &acp6x_card,
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
 			DMI_MATCH(DMI_PRODUCT_NAME, "82V2"),
 		}
 	},

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

end of thread, other threads:[~2023-10-06 12:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-02 21:04 [PATCH] ASoC: amd: yc: Fix non-functional mic on Lenovo Yoga Slim 7 Pro 14ARH7 82UU Markus Meier
2023-10-03  9:39 ` August Wikerfors
2023-10-03 10:24 ` Linux regression tracking (Thorsten Leemhuis)
2023-10-03 15:04   ` Markus Meier
2023-10-06 11:59     ` Linux regression tracking (Thorsten Leemhuis)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.