Skip to content

Commit 27c2996

Browse files
Zhang Hengbroonie
authored andcommitted
ASoC: amd: yc: Add DMI quirk for ASUS Vivobook Pro 16X OLED M7601RM
Add a DMI quirk for the ASUS Vivobook Pro 16X OLED M7601RM fixing the issue where the internal microphone was not detected. Link: https://bugzilla.kernel.org/show_bug.cgi?id=221288 Signed-off-by: Zhang Heng <zhangheng@kylinos.cn> Link: https://patch.msgid.link/20260330095133.81786-1-zhangheng@kylinos.cn Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 7aaa804 commit 27c2996

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

sound/soc/amd/yc/acp6x-mach.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
731731
DMI_MATCH(DMI_PRODUCT_NAME, "Thin A15 B7VE"),
732732
}
733733
},
734+
{
735+
.driver_data = &acp6x_card,
736+
.matches = {
737+
DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
738+
DMI_MATCH(DMI_PRODUCT_NAME, "M7601RM"),
739+
}
740+
},
734741
{}
735742
};
736743

0 commit comments

Comments
 (0)