Skip to content

Commit 37e44d6

Browse files
committed
Merge tag 'asoc-fix-v6.5-rc7-2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Quirk for v6.5 One additional fix for v6.5, an additional quirk. As with the other fixes this could wait for the merge window.
2 parents a4a6eed + c008323 commit 37e44d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
217217
.driver_data = &acp6x_card,
218218
.matches = {
219219
DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
220-
DMI_MATCH(DMI_PRODUCT_NAME, "82"),
220+
DMI_MATCH(DMI_PRODUCT_NAME, "82V2"),
221221
}
222222
},
223223
{

0 commit comments

Comments
 (0)