From: Takashi Iwai <tiwai@xxxxxxx> commit 6675e76a5c441b52b1b983ebb714122087020ebe upstream. Fix the missing mic on OMEN by HP Gaming Laptop 16-n0xxx by adding the quirk entry with the board ID 8A44. Cc: stable@xxxxxxxxxxxxxxx Link: https://bugzilla.suse.com/show_bug.cgi?id=1227182 Signed-off-by: Takashi Iwai <tiwai@xxxxxxx> Link: https://patch.msgid.link/20240807170249.16490-1-tiwai@xxxxxxx Signed-off-by: Mark Brown <broonie@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- sound/soc/amd/yc/acp6x-mach.c | 7 +++++++ 1 file changed, 7 insertions(+) --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -385,6 +385,13 @@ static const struct dmi_system_id yc_acp .driver_data = &acp6x_card, .matches = { DMI_MATCH(DMI_BOARD_VENDOR, "HP"), + DMI_MATCH(DMI_BOARD_NAME, "8A44"), + } + }, + { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "HP"), DMI_MATCH(DMI_BOARD_NAME, "8A22"), } }, Patches currently in stable-queue which might be from tiwai@xxxxxxx are queue-6.1/alsa-hda-realtek-add-framework-laptop-13-intel-core-ultra-to-quirks.patch queue-6.1/alsa-line6-fix-racy-access-to-midibuf.patch queue-6.1/alsa-hda-add-hp-mp9-g4-retail-system-ams-to-force-connect-list.patch queue-6.1/asoc-amd-yc-add-quirk-entry-for-omen-by-hp-gaming-laptop-16-n0xxx.patch queue-6.1/alsa-usb-audio-re-add-scratchamp-quirk-entries.patch queue-6.1/alsa-hda-hdmi-yet-more-pin-fix-for-hp-elitedesk-800-g4.patch