Skip to content

Commit d52279d

Browse files
ducanh-lebroonie
authored andcommitted
ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx (8A43)
This model requires an additional detection quirk to enable the internal microphone. Signed-off-by: Duc Anh Le <lub.the.studio@gmail.com> Link: https://lore.kernel.org/r/20230227234921.7784-1-lub.the.studio@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 0de2cc3 commit d52279d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
255255
DMI_MATCH(DMI_PRODUCT_NAME, "OMEN by HP Gaming Laptop 16z-n000"),
256256
}
257257
},
258+
{
259+
.driver_data = &acp6x_card,
260+
.matches = {
261+
DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
262+
DMI_MATCH(DMI_BOARD_NAME, "8A43"),
263+
}
264+
},
258265
{}
259266
};
260267

0 commit comments

Comments
 (0)