summaryrefslogtreecommitdiff
path: root/sound/soc/amd/yc
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2023-05-12 13:14:20 +0900
committerMark Brown <broonie@kernel.org>2023-05-15 19:55:52 +0900
commit1946dda47c8807517ccaa8caf8ee7de3498db531 (patch)
tree384bc3a6ca4499c56c60326a3de72c03b796d438 /sound/soc/amd/yc
parent7590c6a897c51df5f55779ec80542794982d6631 (diff)
parentf63550e2b165208a2f382afcaf5551df9569e1d4 (diff)
ASoC: Merge up fixes for CI
Avoid tripping over fixed issues in CI.
Diffstat (limited to 'sound/soc/amd/yc')
-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 a134eba4d59a..31e466917c3d 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -318,6 +318,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
DMI_MATCH(DMI_BOARD_NAME, "MRID6"),
}
},
+ {
+ .driver_data = &acp6x_card,
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "System76"),
+ DMI_MATCH(DMI_PRODUCT_VERSION, "pang12"),
+ }
+ },
{}
};