diff options
author | Mark Brown <broonie@kernel.org> | 2024-09-30 00:34:33 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-09-30 00:34:33 +0200 |
commit | 46f2dd5ce5723a2c07051d332f8f1c4c4ce548f3 (patch) | |
tree | fd9936eb06ef6d9f0383247afad3fc878187d4d8 /sound/soc/amd/yc/acp6x-mach.c | |
parent | Linux 6.12-rc1 (diff) | |
parent | ASoC: codecs: lpass-rx-macro: add missing CDC_RX_BCL_VBAT_RF_PROC2 to default... (diff) | |
download | linux-46f2dd5ce5723a2c07051d332f8f1c4c4ce548f3.tar.xz linux-46f2dd5ce5723a2c07051d332f8f1c4c4ce548f3.zip |
Merge existing fixes from asoc/for-6.12 into new branch
Diffstat (limited to 'sound/soc/amd/yc/acp6x-mach.c')
-rw-r--r-- | sound/soc/amd/yc/acp6x-mach.c | 7 |
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 06349bf0b658..ace6328e91e3 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -448,6 +448,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, "8A7F"), + } + }, + { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "HP"), DMI_MATCH(DMI_BOARD_NAME, "8B27"), } }, |