Skip to content

Commit b086799

Browse files
iRadioManbroonie
authored andcommitted
ASoC: amd: yc: Fix non-functional mic on ASUS E1404FA
ASUS Vivobook E1404FA needs a quirks-table entry for the internal microphone to function properly. Signed-off-by: Ilya Dudikov <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 3692a4c commit b086799

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
@@ -325,6 +325,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
325325
DMI_MATCH(DMI_PRODUCT_NAME, "M6500RC"),
326326
}
327327
},
328+
{
329+
.driver_data = &acp6x_card,
330+
.matches = {
331+
DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
332+
DMI_MATCH(DMI_PRODUCT_NAME, "E1404FA"),
333+
}
334+
},
328335
{
329336
.driver_data = &acp6x_card,
330337
.matches = {

0 commit comments

Comments
 (0)