summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorChristopher Tolang <christophertolang@gmail.com>2026-08-23 19:32:21 +0800
committerMark Brown <broonie@kernel.org>2026-08-25 13:38:14 +0100
commite2aa5ad3be41accfcdcccc62348f21af7baa3a38 (patch)
tree057adf74cd7e6b3f66c73581d5f045e68d583053 /sound
parent60e73c07b3fc12958a63de77b482d18bda413a6a (diff)
downloadlinux-e2aa5ad3be41accfcdcccc62348f21af7baa3a38.tar.gz
linux-e2aa5ad3be41accfcdcccc62348f21af7baa3a38.zip
ASoC: amd: yc: Add DMI entry for MSI Thin A15 B7UC
This model requires an additional detection quirk to enable the internal microphone. Fixes: fa991481b8b2 ("ASoC: amd: add YC machine driver using dmic") Cc: stable@vger.kernel.org Assisted-by: OpenAI Codex Signed-off-by: Christopher Tolang <christophertolang@gmail.com> Link: https://patch.msgid.link/20260823113221.19744-1-christophertolang@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/amd/yc/acp6x-mach.c7
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 2dde300a9220..4f2ccf9e1fa6 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -839,6 +839,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
{
.driver_data = &acp6x_card,
.matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Thin A15 B7UC"),
+ }
+ },
+ {
+ .driver_data = &acp6x_card,
+ .matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
DMI_MATCH(DMI_PRODUCT_NAME, "M7601RM"),
}