Skip to content

Commit 4733f95

Browse files
ravenblackxgregkh
authored andcommitted
ASoC: amd: yc: update quirk data for HP Victus
[ Upstream commit 13b86ea92ebf0fa587fbadfb8a60ca2e9993203f ] Make the internal microphone work on HP Victus laptops. Signed-off-by: Raven Black <[email protected]> Link: https://patch.msgid.link/20250613-support-hp-victus-microphone-v1-1-bebc4c3a2041@gmail.com Signed-off-by: Mark Brown <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 9543f9f commit 4733f95

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
@@ -451,6 +451,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
451451
DMI_MATCH(DMI_PRODUCT_NAME, "OMEN by HP Gaming Laptop 16z-n000"),
452452
}
453453
},
454+
{
455+
.driver_data = &acp6x_card,
456+
.matches = {
457+
DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
458+
DMI_MATCH(DMI_PRODUCT_NAME, "Victus by HP Gaming Laptop 15-fb2xxx"),
459+
}
460+
},
454461
{
455462
.driver_data = &acp6x_card,
456463
.matches = {

0 commit comments

Comments
 (0)