diff mbox series

ASoC: amd: yc: Fix non-functional mic on Lenovo 82UU

Message ID 20240210164703.141745-1-attitokes@gmail.com (mailing list archive)
State Superseded
Headers show
Series ASoC: amd: yc: Fix non-functional mic on Lenovo 82UU | expand

Commit Message

Attila Tőkés Feb. 10, 2024, 4:47 p.m. UTC
Like many other models, the Lenovo 82UU (Yoga Slim 7 Pro 14ARH7)
needs a quirk entry for the internal microphone to function.
---
 sound/soc/amd/yc/acp6x-mach.c | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Gergo Koteles Feb. 10, 2024, 6:28 p.m. UTC | #1
Hi Attila,

On Sat, 2024-02-10 at 18:47 +0200, Attila Tőkés wrote:
> Like many other models, the Lenovo 82UU (Yoga Slim 7 Pro 14ARH7)
> needs a quirk entry for the internal microphone to function.
> ---

Looks like you missed the Signed-off-by tag.
It is required for every patch:
https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin

I think you can also add a
Cc: stable@vger.kernel.org
tag.

Regards,
Gergo
diff mbox series

Patch

diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c
index 23d44a50d815..864976a81393 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -234,6 +234,13 @@  static const struct dmi_system_id yc_acp_quirk_table[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "82UG"),
 		}
 	},
+	{
+		.driver_data = &acp6x_card,
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "82UU"),
+		}
+	},
 	{
 		.driver_data = &acp6x_card,
 		.matches = {