diff options
author | 2023-08-25 09:43:49 +0200 | |
---|---|---|
committer | 2023-08-25 09:43:49 +0200 | |
commit | 37e44d60cb875862930359e16a1f4764cedb342b (patch) | |
tree | 64a7373853c6dd2583807979e7ef2b028396c0b5 | |
parent | Merge tag 'asoc-fix-v6.5-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus (diff) | |
parent | ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJ (diff) | |
download | wireguard-linux-37e44d60cb875862930359e16a1f4764cedb342b.tar.xz wireguard-linux-37e44d60cb875862930359e16a1f4764cedb342b.zip |
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 '')
-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"), } }, { |