Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH] Linux Laptop ACP6x microphone "quirk list" addition
@ 2025-01-05 23:27 Louison Fourmoy
  0 siblings, 0 replies; 2+ messages in thread
From: Louison Fourmoy @ 2025-01-05 23:27 UTC (permalink / raw)
  To: linux-sound

Hi,

The following patch aims to enable the use of the built in microphone 
for the Lenovo Ideapad Slim 5 Gen 10 (AMD). Currently the inbuilt 
microphone of the laptop is not usable with a “stock” kernel and kernel 
manipulation is necessary to use it. This patch adds the correct model 
in the list of models under sound/soc/amd/yc/acp6x-mach.c

Signed-off-by: Louison Fourmoy <louison.fourmoy@orange.fr 
<mailto:louison.fourmoy@orange.fr>>

Patch :

--- linux/sound/soc/amd/yc/acp6x-mach.c.orig 2025-01-05 
23:37:36.927778168 +0100
+++ linux/sound/soc/amd/yc/acp6x-mach.c 2025-01-05 23:38:28.066418534 +0100
@@ -304,6 +304,13 @@ static const struct dmi_system_id yc_acp

              DMI_MATCH(DMI_PRODUCT_NAME, “83AS”),
          }
      },
+         {
+             .driver_data = &acp6x_card,
+             .matches = {
+                     DMI_MATCH(DMI_BOARD_VENDOR, “LENOVO”),
+                     DMI_MATCH(DMI_PRODUCT_NAME, “83J3”),
+             }
+         },
      {
.driver_data = &acp6x_card,
.matches = {


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

end of thread, other threads:[~2025-01-06  4:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <2146099437.3319556.1736118857176.JavaMail.open-xchange@opme11oxm24nd1.op.nd1.pom.fr.intraorange>
2025-01-06  4:06 ` [PATCH] Linux Laptop ACP6x microphone "quirk list" addition Mario Limonciello
2025-01-05 23:27 Louison Fourmoy

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