lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CANSeWoEpusQqjOOHLjNKfv9c9boSV9rx9rwwvGNvDnbX=p9gUQ@mail.gmail.com>
Date: Mon, 7 Apr 2025 09:13:25 +0300
From: Игорь <chernokalsky89@...il.com>
To: linux-kernel@...r.kernel.org, linux-sound@...r.kernel.org
Subject: [PATCH] ASoC: amd: acp: Add a missing Huawei Matebook variant

I guess, somewhere around the time where driver was first implemented,
and the time it updated, some variants were either not discovered yet,
or forgotten, as seen in commit
5513c5d0fb3d509cdd0a11afc18441c57eb7c94c.

Signed-off-by: Igor Chernokalsky <chernokalsky89@...il.com>

--- sound/soc/amd/acp/acp3x-es83xx/acp3x-es83xx.c       2025-04-06
01:46:50.000000000 +0300
+++ sound/soc/amd/acp/acp3x-es83xx/acp3x-es83xx.c       2025-04-07
07:43:20.891378079 +0300
@@ -371,6 +371,14 @@ static const struct dmi_system_id acp3x_
                },
                .driver_data = (void *)(ES83XX_ENABLE_DMIC),
        },
+        {
+                .matches = {
+                        DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "HUAWEI"),
+                        DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "HVY-WXX9"),
+                        DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "M1030"),
+                },
+                .driver_data = (void *)(ES83XX_ENABLE_DMIC),
+        },
        {
                .matches = {
                        DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "HUAWEI"),

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ