diff options
| author | Zhang Heng <zhangheng@kylinos.cn> | 2026-08-24 21:03:02 +0800 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-08-25 14:41:58 +0100 |
| commit | fd8ed52ecea6b93e23d52cb2758fb4fb4029067f (patch) | |
| tree | 858836d38d8e02c533724ae72e79167f9a962051 /sound | |
| parent | e2aa5ad3be41accfcdcccc62348f21af7baa3a38 (diff) | |
| download | linux-fd8ed52ecea6b93e23d52cb2758fb4fb4029067f.tar.gz linux-fd8ed52ecea6b93e23d52cb2758fb4fb4029067f.zip | |
ASoC: amd: yc: Add DMI entry for Alienware m18 R1 AMD
Add DMI entry so the YC machine driver probes on this model and
the internal DMIC works.
Closes: https://bugzilla.kernel.org/show_bug.cgi?id=221485
Signed-off-by: Zhang Heng <zhangheng@kylinos.cn>
Link: https://patch.msgid.link/20260824130302.553419-1-zhangheng@kylinos.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
| -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 4f2ccf9e1fa6..d1d2ab1bfefa 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -573,6 +573,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = { { .driver_data = &acp6x_card, .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "Alienware"), + DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m18 R1 AMD"), + } + }, + { + .driver_data = &acp6x_card, + .matches = { DMI_MATCH(DMI_BOARD_VENDOR, "TIMI"), DMI_MATCH(DMI_PRODUCT_NAME, "Redmi Book Pro 14 2022"), } |
