public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4] ASoC: amd: yc: Fix non-functional mic on Lenovo 82YM
@ 2023-09-27 22:36 Sven Frotscher
  2023-10-02  9:32 ` Linux regression tracking (Thorsten Leemhuis)
  2023-10-02 18:51 ` Mark Brown
  0 siblings, 2 replies; 15+ messages in thread
From: Sven Frotscher @ 2023-09-27 22:36 UTC (permalink / raw)
  To: broonie
  Cc: git, alsa-devel, lgirdwood, linux-kernel, mario.limonciello,
	regressions, Sven Frotscher, stable


Like the Lenovo 82TL, 82V2, 82QF and 82UG, the 82YM (Yoga 7 14ARP8)
requires an entry in the quirk list to enable the internal microphone.
The latter two received similar fixes in commit 1263cc0f414d
("ASoC: amd: yc: Fix non-functional mic on Lenovo 82QF and 82UG").

Fixes: c008323fe361 ("ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJ")
Cc: stable@vger.kernel.org
Signed-off-by: Sven Frotscher <sven.frotscher@gmail.com>
---
v3->v4 changes:
* re-add blank line between commit message title and body
---
v2->v3 changes:
* add message title of referenced commit to commit message
* make whitespace consistent with surrounding code
* use a patch-friendly e-mail client
---
v1->v2 changes:
* add Fixes and Cc tags to commit message
* remove redundant LKML link from commit message
* fix mangled diff
---
 sound/soc/amd/yc/acp6x-mach.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c
index 94e9eb8e73f2..15a864dcd7bd 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -241,6 +241,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "82V2"),
 		}
 	},
+	{
+		.driver_data = &acp6x_card,
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "82YM"),
+		}
+	},
 	{
 		.driver_data = &acp6x_card,
 		.matches = {
-- 
2.42.0


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

end of thread, other threads:[~2023-10-02 18:51 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-27 22:36 [PATCH v4] ASoC: amd: yc: Fix non-functional mic on Lenovo 82YM Sven Frotscher
2023-10-02  9:32 ` Linux regression tracking (Thorsten Leemhuis)
2023-10-02 11:52   ` Mark Brown
2023-10-02 12:28     ` Linux regression tracking (Thorsten Leemhuis)
2023-10-02 12:54       ` Mark Brown
2023-10-02 13:00         ` Sven Frotscher
2023-10-02 13:04           ` Mark Brown
2023-10-02 13:17             ` Sven Frotscher
2023-10-02 13:47               ` Mark Brown
2023-10-02 13:47     ` Mario Limonciello
2023-10-02 14:13       ` Linux regression tracking (Thorsten Leemhuis)
2023-10-02 14:20         ` Mario Limonciello
2023-10-02 14:36           ` Linux regression tracking (Thorsten Leemhuis)
2023-10-02 14:40           ` Sven Frotscher
2023-10-02 18:51 ` Mark Brown

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