diff options
| author | Vee Satayamas <vsatayamas@gmail.com> | 2026-03-15 21:25:12 +0700 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-03-17 14:28:54 +0000 |
| commit | f200b2f9a810c440c6750b56fc647b73337749a1 (patch) | |
| tree | 99635f0a80226f253de5a962f8f450349898ed9b /sound/soc/amd | |
| parent | 4eae391a8e4cb065b900afcb95a3b0f97c75184d (diff) | |
| download | lwn-f200b2f9a810c440c6750b56fc647b73337749a1.tar.gz lwn-f200b2f9a810c440c6750b56fc647b73337749a1.zip | |
ASoC: amd: yc: Add DMI quirk for ASUS EXPERTBOOK BM1403CDA
Add a DMI quirk for the Asus Expertbook BM1403CDA to resolve the issue of the
internal microphone not being detected.
Link: https://bugzilla.kernel.org/show_bug.cgi?id=221236
Signed-off-by: Vee Satayamas <vsatayamas@gmail.com>
Reviewed-by: Zhang Heng <zhangheng@kylinos.cn>
Link: https://patch.msgid.link/20260315142511.66029-2-vsatayamas@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd')
| -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 1324543b42d7..c536de1bb94a 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -717,6 +717,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = { DMI_MATCH(DMI_BOARD_NAME, "PM1503CDA"), } }, + { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."), + DMI_MATCH(DMI_BOARD_NAME, "BM1403CDA"), + } + }, {} }; |
