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"), + } + }, {} };
That's great you identified this. Would you mind to submit it upstream to the alsa mailing list?
will do
Thanks for sending it up (https://lore.kernel.org/all/20221216081828.12382-1-wimvanboven@gmail.com/).