All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add Asus VivoBook S 16X to quirks table for acp6x
@ 2024-02-05  3:48 marcel
  2024-02-06  2:37 ` Geraldo Nascimento
  0 siblings, 1 reply; 3+ messages in thread
From: marcel @ 2024-02-05  3:48 UTC (permalink / raw)
  To: linux-sound

This patch enables microphone driver on Asus Vivobook S 16X laptop by 
adding it to quirks table.

Signed-off-by: Marcel Geraltowski <marcelg@gmx.com>

- - -

--- sound/sound/soc/amd/yc/acp6x-mach.c.orig    2024-02-05 
10:26:11.123897233 +0800
+++ sound/sound/soc/amd/yc/acp6x-mach.c    2024-02-05 11:04:40.554566909 
+0800
@@ -262,6 +262,13 @@ static const struct dmi_system_id yc_acp
              DMI_MATCH(DMI_PRODUCT_NAME, "M5402RA"),
          }
      },
+        {
+                .driver_data = &acp6x_card,
+                .matches = {
+                        DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER 
INC."),
+                        DMI_MATCH(DMI_PRODUCT_NAME, "M5602RA"),
+                }
+        },
      {
          .driver_data = &acp6x_card,
          .matches = {


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

end of thread, other threads:[~2024-03-20  3:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-05  3:48 [PATCH] Add Asus VivoBook S 16X to quirks table for acp6x marcel
2024-02-06  2:37 ` Geraldo Nascimento
     [not found]   ` <1b37b9ee-68db-425c-b878-71847459fb3c@gmx.com>
     [not found]     ` <7bbc4afe-30de-4342-953d-2cddcb3c7933@gmx.com>
2024-03-20  3:40       ` Geraldo Nascimento

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.