]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
6.5-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Oct 2023 17:18:03 +0000 (19:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Oct 2023 17:18:03 +0000 (19:18 +0200)
added patches:
asoc-amd-yc-fix-a-non-functional-mic-on-lenovo-82tl.patch

queue-6.5/asoc-amd-yc-fix-a-non-functional-mic-on-lenovo-82tl.patch [new file with mode: 0644]
queue-6.5/series

diff --git a/queue-6.5/asoc-amd-yc-fix-a-non-functional-mic-on-lenovo-82tl.patch b/queue-6.5/asoc-amd-yc-fix-a-non-functional-mic-on-lenovo-82tl.patch
new file mode 100644 (file)
index 0000000..fab1c57
--- /dev/null
@@ -0,0 +1,38 @@
+From cfff2a7794d23b03a3ddedd318bf1df1876c598f Mon Sep 17 00:00:00 2001
+From: Mario Limonciello <mario.limonciello@amd.com>
+Date: Wed, 6 Sep 2023 13:22:57 -0500
+Subject: ASoC: amd: yc: Fix a non-functional mic on Lenovo 82TL
+
+From: Mario Limonciello <mario.limonciello@amd.com>
+
+commit cfff2a7794d23b03a3ddedd318bf1df1876c598f upstream.
+
+Lenovo 82TL has DMIC connected like 82V2 does.  Also match
+82TL.
+
+Reported-by: wildjim@kiwinet.org
+Closes: https://bugzilla.kernel.org/show_bug.cgi?id=217063
+Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
+Link: https://lore.kernel.org/r/20230906182257.45736-1-mario.limonciello@amd.com
+Signed-off-by: Mark Brown <broonie@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ sound/soc/amd/yc/acp6x-mach.c |    7 +++++++
+ 1 file changed, 7 insertions(+)
+
+--- a/sound/soc/amd/yc/acp6x-mach.c
++++ b/sound/soc/amd/yc/acp6x-mach.c
+@@ -217,6 +217,13 @@ static const struct dmi_system_id yc_acp
+               .driver_data = &acp6x_card,
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
++                      DMI_MATCH(DMI_PRODUCT_NAME, "82TL"),
++              }
++      },
++      {
++              .driver_data = &acp6x_card,
++              .matches = {
++                      DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "82QF"),
+               }
+       },
index c72b56b9583eab247e268486732a67bea5450ff9..d922f1729452c2c349a6bdb6fd79b805232fa5e8 100644 (file)
@@ -318,3 +318,4 @@ rbd-decouple-parent-info-read-in-from-updating-rbd_dev.patch
 rbd-take-header_rwsem-in-rbd_dev_refresh-only-when-updating.patch
 memcg-drop-kmem.limit_in_bytes.patch
 mm-memcg-reconsider-kmem.limit_in_bytes-deprecation.patch
+asoc-amd-yc-fix-a-non-functional-mic-on-lenovo-82tl.patch