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 <ilyadud@mail.ru> Link: https://patch.msgid.link/20241016034038.13481-1-ilyadud25@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 3692a4c commit b086799

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