diff options
| author | DanielePioGenovese <delitedaniele@gmail.com> | 2026-03-20 16:58:42 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-03-24 13:29:18 +0000 |
| commit | 141efa53b9875c059d0edec5212fbcd311ec4896 (patch) | |
| tree | b33fc340d11c79cc64f0c784938ff2b0f7ca5067 | |
| parent | d12dc8c558b955e74bf3dc9c01926c3c109f2d69 (diff) | |
ASoC: amd: yc: Add MSI Thin A15 B7VF to quirk table
Add the MSI Thin A15 B7VF to the quirk table to enable the internal
microphone, which otherwise does not work out of the box.
Signed-off-by: DanielePioGenovese <delitedaniele@gmail.com>
Link: https://patch.msgid.link/20260320155842.55304-1-delitedaniele@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
| -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 1c73d2123b5a..2b37330d4b3c 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -724,6 +724,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, "Micro-Star International Co., Ltd."), + DMI_MATCH(DMI_PRODUCT_NAME, "Thin A15 B7VF"), + } + }, {} }; |
