diff options
author | Takashi Iwai <tiwai@suse.de> | 2023-08-25 09:43:49 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2023-08-25 09:43:49 +0200 |
commit | 37e44d60cb875862930359e16a1f4764cedb342b (patch) | |
tree | 64a7373853c6dd2583807979e7ef2b028396c0b5 /sound | |
parent | a4a6eed851bb661477654d772807d0e5aee5629c (diff) | |
parent | c008323fe361bd62a43d9fb29737dacd5c067fb7 (diff) |
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.
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/amd/yc/acp6x-mach.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c index a2661dd637a5..b304b3562c82 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -217,7 +217,7 @@ static const struct dmi_system_id yc_acp_quirk_table[] = { .driver_data = &acp6x_card, .matches = { DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"), - DMI_MATCH(DMI_PRODUCT_NAME, "82"), + DMI_MATCH(DMI_PRODUCT_NAME, "82V2"), } }, { |