diff options
| author | Zhang Heng <zhangheng@kylinos.cn> | 2026-01-26 04:49:52 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-01-26 22:20:06 +0300 |
| commit | 9502b7df5a3c7e174f74f20324ac1fe781fc5c2d (patch) | |
| tree | b01ab2630fbb973ab1767ed93c1a3f3fb09c07e0 | |
| parent | 403a0591be681eebc0c4825f8b42afe7fd13ee7f (diff) | |
| download | linux-9502b7df5a3c7e174f74f20324ac1fe781fc5c2d.tar.xz | |
ASoC: amd: yc: Add DMI quirk for Acer TravelMate P216-41-TCO
Add a DMI quirk for the Acer TravelMate P216-41-TCO fixing the
issue where the internal microphone was not detected.
Link: https://bugzilla.kernel.org/show_bug.cgi?id=220983
Cc: stable@vger.kernel.org
Signed-off-by: Zhang Heng <zhangheng@kylinos.cn>
Link: https://patch.msgid.link/20260126014952.3674450-1-zhangheng@kylinos.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | sound/soc/amd/yc/acp6x-mach.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c index f801ce4741ff..c18da0915baa 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -682,6 +682,14 @@ static const struct dmi_system_id yc_acp_quirk_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "GOH-X"), } }, + { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "RB"), + DMI_MATCH(DMI_BOARD_NAME, "XyloD5_RBU"), + } + }, + {} }; |
