Bug 216801 - Blade 14 (2022) - RZ09-0427 needs DMIC quirk
Summary: Blade 14 (2022) - RZ09-0427 needs DMIC quirk
Status: ASSIGNED
Alias: None
Product: Drivers
Classification: Unclassified
Component: Sound(ALSA) (show other bugs)
Hardware: AMD Linux
: P1 normal
Assignee: Jaroslav Kysela
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-12 09:37 UTC by Wim Van Boven
Modified: 2022-12-16 15:09 UTC (History)
1 user (show)

See Also:
Kernel Version: 6.1
Subsystem:
Regression: No
Bisected commit-id:


Attachments

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/).

Note You need to log in before you can comment on or make changes to this bug.