Commit 37e44d60 authored by Takashi Iwai's avatar Takashi Iwai

Merge tag 'asoc-fix-v6.5-rc7-2' of...

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.
parents a4a6eed8 c008323f
...@@ -217,7 +217,7 @@ static const struct dmi_system_id yc_acp_quirk_table[] = { ...@@ -217,7 +217,7 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
.driver_data = &acp6x_card, .driver_data = &acp6x_card,
.matches = { .matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"), DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
DMI_MATCH(DMI_PRODUCT_NAME, "82"), DMI_MATCH(DMI_PRODUCT_NAME, "82V2"),
} }
}, },
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment