summaryrefslogtreecommitdiff
path: root/sound/soc/amd/yc/acp6x-mach.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2024-02-29 10:29:04 +0300
committerTakashi Iwai <tiwai@suse.de>2024-02-29 10:29:04 +0300
commit17c6a0c986fbea2c09010c39ef4b44334f06e390 (patch)
tree8e337e8d1c806b71db98de14c67ee7225dd744b9 /sound/soc/amd/yc/acp6x-mach.c
parentb34bf65838f7c6e785f62681605a538b73c2808c (diff)
parented00a6945dc32462c2d3744a3518d2316da66fcc (diff)
downloadlinux-17c6a0c986fbea2c09010c39ef4b44334f06e390.tar.xz
Merge tag 'asoc-fix-v6.8-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.8 A few small fixes, some driver specific and one slightly larger one from Richard which adds a new core helper and updates a small clutch of drivers to deal with the fact that they were using a helper which requires that the lock for the list of controls without holding that lock. We also have some quirks for new AMD based Lenovo systems.
Diffstat (limited to 'sound/soc/amd/yc/acp6x-mach.c')
-rw-r--r--sound/soc/amd/yc/acp6x-mach.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c
index cc231185d72c..abb9589b8477 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -203,6 +203,20 @@ 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, "21J2"),
+ }
+ },
+ {
+ .driver_data = &acp6x_card,
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "21J0"),
+ }
+ },
+ {
+ .driver_data = &acp6x_card,
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
DMI_MATCH(DMI_PRODUCT_NAME, "21J5"),
}
},