Commit 63b47f02 authored by Vyacheslav Frantsishko's avatar Vyacheslav Frantsishko Committed by Mark Brown

ASoC: amd: yc: Fix non-functional mic on ASUS M5602RA

The Vivobook S 16X IPS needs a quirks-table entry for the internal microphone to function properly.
Signed-off-by: default avatarVyacheslav Frantsishko <itmymaill@gmail.com>
Reviewed-by: default avatarMario Limonciello <mario.limonciello@amd.com>
Link: https://patch.msgid.link/20240626070334.45633-1-itmymaill@gmail.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 282a4482
...@@ -283,6 +283,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = { ...@@ -283,6 +283,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "M5402RA"), DMI_MATCH(DMI_PRODUCT_NAME, "M5402RA"),
} }
}, },
{
.driver_data = &acp6x_card,
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
DMI_MATCH(DMI_PRODUCT_NAME, "M5602RA"),
}
},
{ {
.driver_data = &acp6x_card, .driver_data = &acp6x_card,
.matches = { .matches = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment