Skip to content

Commit 14004da

Browse files
t00m-sgregkh
authored andcommitted
ASoC: amd: yc: Add HP OMEN Gaming Laptop 16-ap0xxx product line in quirk table
commit d63c219 upstream. Add a DMI quirk for the HP OMEN Gaming Laptop 16-ap0xxx line fixing the issue where the internal microphone was not detected. Cc: stable@vger.kernel.org Signed-off-by: Tommaso Soncin <soncintommaso@gmail.com> Link: https://patch.msgid.link/20260429160858.538986-1-soncintommaso@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 99b0a57 commit 14004da

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

sound/soc/amd/yc/acp6x-mach.c

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
5252
DMI_MATCH(DMI_PRODUCT_NAME, "HP Laptop 15-fc0xxx"),
5353
}
5454
},
55+
{
56+
.driver_data = &acp6x_card,
57+
.matches = {
58+
DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
59+
DMI_MATCH(DMI_PRODUCT_NAME, "OMEN Gaming Laptop 16-ap0xxx"),
60+
}
61+
},
5562
{
5663
.driver_data = &acp6x_card,
5764
.matches = {
@@ -654,6 +661,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
654661
DMI_MATCH(DMI_BOARD_NAME, "8EE4"),
655662
}
656663
},
664+
{
665+
.driver_data = &acp6x_card,
666+
.matches = {
667+
DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
668+
DMI_MATCH(DMI_BOARD_NAME, "8E35"),
669+
}
670+
},
657671
{
658672
.driver_data = &acp6x_card,
659673
.matches = {

0 commit comments

Comments
 (0)