Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Vee Satayamas and committed by
Mark Brown
f200b2f9 4eae391a

+7
+7
sound/soc/amd/yc/acp6x-mach.c
··· 717 717 DMI_MATCH(DMI_BOARD_NAME, "PM1503CDA"), 718 718 } 719 719 }, 720 + { 721 + .driver_data = &acp6x_card, 722 + .matches = { 723 + DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."), 724 + DMI_MATCH(DMI_BOARD_NAME, "BM1403CDA"), 725 + } 726 + }, 720 727 {} 721 728 }; 722 729