Bug 1227182

Summary: Builtin microphone doesn't work on OMEN by HP Gaming Laptop 16-n0xxx
Product: [openSUSE] openSUSE Distribution Reporter: Matjaž Godec <matjaz.godec>
Component: Kernel:DriversAssignee: Kernel Bugs <kernel-bugs>
Status: NEW --- QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: matjaz.godec, tiwai
Version: Leap 15.6Flags: tiwai: needinfo? (matjaz.godec)
Target Milestone: ---   
Hardware: x86-64   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: Added entry to quirks array

Description Matjaž Godec 2024-06-28 15:18:44 UTC
Created attachment 875767 [details]
Added entry to quirks array

This laptop needs entry in acp6x-mach.c

Patch against linux-6.4.0-150600.23.7 (OpenSuSE Leap 15.6 current kernel) attached.
Comment 1 Takashi Iwai 2024-06-29 12:22:55 UTC
The upstream and Leap 15.6 kernel had the quirk entry for HP OMEN 16-n0xxx (8A42) in the commit ee4281de4d60288b9c802bb0906061ec355ecef2, and it's
               .matches = {
                       DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
                       DMI_MATCH(DMI_BOARD_NAME, "8A42"),
               }

I suppose yours doesn't match, even though it's the same name HP OMEN 16-n0xxx?

Could you give the output 
  grep -Hr . /sys/class/dmi/id
??