summaryrefslogtreecommitdiff
path: root/sound/soc/amd
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2024-10-17 12:12:25 +0100
committerMark Brown <broonie@kernel.org>2024-10-17 12:12:25 +0100
commitcab655772416379a925af9ea85769a9d3eecdba0 (patch)
treee4b51b950c034c2b2c227c977acf859233aecf02 /sound/soc/amd
parentc6631ceea573ae364e4fe913045f2aad10a10784 (diff)
parent3692a4ccacf3c44249e584aea3ae8568f953e7e4 (diff)
ASoC: Merge up fixes
Some refactoring opportunities for the rcard driver were noticed while fixing a bug.
Diffstat (limited to 'sound/soc/amd')
-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 ace6328e91e3..98f9237b7ad7 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -342,6 +342,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
{
.driver_data = &acp6x_card,
.matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "M3502RA"),
+ }
+ },
+ {
+ .driver_data = &acp6x_card,
+ .matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."),
DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 15 B7ED"),
}