diff options
author | Mark Brown <broonie@kernel.org> | 2023-03-30 00:14:00 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-03-30 00:14:00 +0100 |
commit | 461b56f26119b9fc47a83113a59c05be05e4c6fa (patch) | |
tree | 662dd2bdb57ec2d719f4e169f80ebd797b2ae394 /sound/soc/amd/yc | |
parent | f769fcefa683e150456555e2a280668509d834df (diff) | |
parent | e3720f92e0237921da537e47a0b24e27899203f8 (diff) |
ASoC: Merge fixes
So they can be used as a basis for new work.
Diffstat (limited to 'sound/soc/amd/yc')
-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 4a69ce702360..0acdf0156f07 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -269,6 +269,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = { DMI_MATCH(DMI_BOARD_NAME, "8A43"), } }, + { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "HP"), + DMI_MATCH(DMI_BOARD_NAME, "8A22"), + } + }, {} }; |