Bug 216801

Summary: Blade 14 (2022) - RZ09-0427 needs DMIC quirk
Product: Drivers Reporter: Wim Van Boven (wimvanboven)
Component: Sound(ALSA)Assignee: Jaroslav Kysela (perex)
Status: ASSIGNED ---    
Severity: normal CC: mario.limonciello
Priority: P1    
Hardware: AMD   
OS: Linux   
Kernel Version: 6.1 Subsystem:
Regression: No Bisected commit-id:

Description Wim Van Boven 2022-12-12 09:37:21 UTC
the razer blade 14 (2022 model) on yellow carp needs to have the quirk set to enable the microphone as it seems the acpi setting to allow autodetect is not set.

applied following patch on Fedora rawhide with kernel 6.1.0-0.rc8.58.fc38.x86_64 (via dkms). after this, the mic works.


--- acp6x-mach.c.ori	2022-12-12 09:45:40.076477587 +0100
+++ acp6x-mach.c	2022-12-12 09:47:30.727483991 +0100
@@ -213,6 +213,13 @@
 			DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m17 R5 AMD"),
 		}
 	},
+	{
+		.driver_data = &acp6x_card,
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "Razer"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Blade 14 (2022) - RZ09-0427"),
+		}
+	},
 	{}
 };
Comment 1 Mario Limonciello (AMD) 2022-12-14 15:55:53 UTC
That's great you identified this.

Would you mind to submit it upstream to the alsa mailing list?
Comment 2 Wim Van Boven 2022-12-14 17:42:55 UTC
will do
Comment 3 Mario Limonciello (AMD) 2022-12-16 15:09:45 UTC
Thanks for sending it up (https://lore.kernel.org/all/20221216081828.12382-1-wimvanboven@gmail.com/).