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 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>

authored by

DanielePioGenovese and committed by
Mark Brown
141efa53 d12dc8c5

+7
+7
sound/soc/amd/yc/acp6x-mach.c
··· 724 724 DMI_MATCH(DMI_BOARD_NAME, "PM1503CDA"), 725 725 } 726 726 }, 727 + { 728 + .driver_data = &acp6x_card, 729 + .matches = { 730 + DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."), 731 + DMI_MATCH(DMI_PRODUCT_NAME, "Thin A15 B7VF"), 732 + } 733 + }, 727 734 {} 728 735 }; 729 736