Skip to content

Commit 182fff3

Browse files
christian-heuselbroonie
authored andcommitted
ASoC: amd: yc: Add quirk for ASUS Vivobook S15 M3502RA
As reported the builtin microphone doesn't work on the ASUS Vivobook model S15 OLED M3502RA. Therefore add a quirk for it to make it work. Link: https://bugzilla.kernel.org/show_bug.cgi?id=219345 Signed-off-by: Christian Heusel <[email protected]> Link: https://patch.msgid.link/20241010-bugzilla-219345-asus-vivobook-v1-1-3bb24834e2c3@heusel.eu Signed-off-by: Mark Brown <[email protected]>
1 parent 9eb2142 commit 182fff3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
339339
DMI_MATCH(DMI_PRODUCT_NAME, "M7600RE"),
340340
}
341341
},
342+
{
343+
.driver_data = &acp6x_card,
344+
.matches = {
345+
DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
346+
DMI_MATCH(DMI_PRODUCT_NAME, "M3502RA"),
347+
}
348+
},
342349
{
343350
.driver_data = &acp6x_card,
344351
.matches = {

0 commit comments

Comments
 (0)