Bug 1227182 - Builtin microphone doesn't work on OMEN by HP Gaming Laptop 16-n0xxx
Summary: Builtin microphone doesn't work on OMEN by HP Gaming Laptop 16-n0xxx
Status: NEW
Alias: None
Product: openSUSE Distribution
Classification: openSUSE
Component: Kernel:Drivers (show other bugs)
Version: Leap 15.6
Hardware: x86-64 Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Kernel Bugs
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-28 15:18 UTC by Matjaž Godec
Modified: 2024-07-08 11:14 UTC (History)
2 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---
tiwai: needinfo? (matjaz.godec)


Attachments
Added entry to quirks array (438 bytes, patch)
2024-06-28 15:18 UTC, Matjaž Godec
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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
??