public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* ASoC: amd: yc: Fix non-functional mic on ASUS E1504FA
@ 2023-11-27 12:24 Malcolm Hart
  2023-11-27 13:41 ` Mark Brown
  0 siblings, 1 reply; 9+ messages in thread
From: Malcolm Hart @ 2023-11-27 12:24 UTC (permalink / raw)
  To: broonie
  Cc: Sven Frotscher, git, alsa-devel, lgirdwood, linux-kernel,
	mario.limonciello, regressions, Sven Frotscher, stable

Like other ASUS models the Asus Vivobook E1504FA requires an entry in
the quirk list to enable the internal microphone.

Showing
with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 7
sound/soc/amd/yc/acp6x-mach.c
@@ -283,6 +283,13 @@ static const struct dmi_system_id
yc_acp_quirk_table[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "M6500RC"),
		}
	},
	{
		.driver_data = &acp6x_card,
		.matches = {
			DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER
INC."),
			DMI_MATCH(DMI_PRODUCT_NAME, "E1504FA"),
		}
	},
	{



I have this laptop and I have tested this patch successfully.

Malcolm

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-11-27 16:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-27 12:24 ASoC: amd: yc: Fix non-functional mic on ASUS E1504FA Malcolm Hart
2023-11-27 13:41 ` Mark Brown
2023-11-27 15:23   ` Malcolm Hart
2023-11-27 15:32     ` Mario Limonciello
2023-11-27 15:44       ` Malcolm Hart
2023-11-27 15:53         ` Greg KH
2023-11-27 15:53         ` Greg KH
2023-11-27 16:28         ` Mark Brown
2023-11-27 16:26     ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox