Skip to content

Commit 8e29db1

Browse files
Radhi Bajahawbroonie
authored andcommitted
ASoC: amd: yc: Fix microphone on ASUS M6500RE
Add DMI match for ASUSTeK COMPUTER INC. M6500RE to enable the internal microphone. Signed-off-by: Radhi Bajahaw <bajahawradhi@gmail.com> Link: https://patch.msgid.link/20260112203814.155-1-bajahawradhi@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent f34b327 commit 8e29db1

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
@@ -416,6 +416,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
416416
DMI_MATCH(DMI_PRODUCT_NAME, "M6500RC"),
417417
}
418418
},
419+
{
420+
.driver_data = &acp6x_card,
421+
.matches = {
422+
DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
423+
DMI_MATCH(DMI_PRODUCT_NAME, "M6500RE"),
424+
}
425+
},
419426
{
420427
.driver_data = &acp6x_card,
421428
.matches = {

0 commit comments

Comments
 (0)