summaryrefslogtreecommitdiff
path: root/sound/soc/amd/yc/acp6x-mach.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2024-03-08 10:53:36 +0300
committerTakashi Iwai <tiwai@suse.de>2024-03-08 10:53:36 +0300
commit21e59fe2f7221cdc77b2e5ef90a04c302b237053 (patch)
tree8a60d46aa60e30416582d64a0e85c9b7b07ff87b /sound/soc/amd/yc/acp6x-mach.c
parenta17bd44c0146b00fcaa692915789c16bd1fb2a81 (diff)
parent96e202f8c52ac49452f83317cf3b34cd1ad81e18 (diff)
downloadlinux-21e59fe2f7221cdc77b2e5ef90a04c302b237053.tar.xz
Merge tag 'asoc-fix-v6.8-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.8 Some more driver specific fixes for v6.8, plus one new x86 platform quirk. All good fixes to have if you have systems that use the relevant hardware.
Diffstat (limited to 'sound/soc/amd/yc/acp6x-mach.c')
-rw-r--r--sound/soc/amd/yc/acp6x-mach.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c
index abb9589b8477..90360f8b3e81 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -419,6 +419,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
{
.driver_data = &acp6x_card,
.matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
+ DMI_MATCH(DMI_BOARD_NAME, "8BD6"),
+ }
+ },
+ {
+ .driver_data = &acp6x_card,
+ .matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "MECHREVO"),
DMI_MATCH(DMI_BOARD_NAME, "MRID6"),
}