Skip to content

Commit d1cf5d3

Browse files
shubhisrokingbroonie
authored andcommitted
ASoC: amd: yc: Add DMI entries to support Victus by HP Gaming Laptop 15-fb0xxx (8A3E)
This model requires an additional detection quirk to enable the internal microphone. Signed-off-by: Shubh <shubhisroking@gmail.com> Link: https://lore.kernel.org/r/20230902150807.133523-1-shubhisroking@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent c87906a commit d1cf5d3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
318318
DMI_MATCH(DMI_BOARD_NAME, "8A22"),
319319
}
320320
},
321+
{
322+
.driver_data = &acp6x_card,
323+
.matches = {
324+
DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
325+
DMI_MATCH(DMI_BOARD_NAME, "8A3E"),
326+
}
327+
},
321328
{
322329
.driver_data = &acp6x_card,
323330
.matches = {

0 commit comments

Comments
 (0)