Skip to content

Commit 13b86ea

Browse files
ravenblackxbroonie
authored andcommitted
ASoC: amd: yc: update quirk data for HP Victus
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]>
1 parent dc8b609 commit 13b86ea

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
@@ -521,6 +521,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
521521
DMI_MATCH(DMI_PRODUCT_NAME, "OMEN by HP Gaming Laptop 16z-n000"),
522522
}
523523
},
524+
{
525+
.driver_data = &acp6x_card,
526+
.matches = {
527+
DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
528+
DMI_MATCH(DMI_PRODUCT_NAME, "Victus by HP Gaming Laptop 15-fb2xxx"),
529+
}
530+
},
524531
{
525532
.driver_data = &acp6x_card,
526533
.matches = {

0 commit comments

Comments
 (0)