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

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

diff --git a/queue-6.1/asoc-amd-yc-fix-a-non-functional-mic-on-lenovo-82tl.patch b/queue-6.1/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 5ca372c7b5cf4f825ab3aca18675a7dcc15bd572..180f6af25bcabe096637acdaaf331b6cd4aec717 100644 (file)
@@ -256,3 +256,4 @@ drm-amdkfd-use-gpu_offset-for-user-queue-s-wptr.patch
 drm-meson-fix-memory-leak-on-hpd_notify-callback.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