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]
Date:   Mon, 1 May 2023 14:25:00 +0200
From:   István Váradi <varadiista.1@...il.com>
To:     linux-kernel@...r.kernel.org, alsa-devel@...a-project.org
Subject: [PATCH] ACP6x audio: Add board quirk for ASUSTeK COMPUTER INC. M3402RA

Dear Linux Kernel Developers,

I hope this email finds you well. I am writing to submit a patch for
the ACP6x audio driver in the Linux kernel that adds a board quirk for
the ASUSTeK COMPUTER INC. M3402RA.

After experiencing issues with this board on my Linux system, I
researched the issue and found that adding the following code snippet
to the file sound/soc/amd/yc/acp6x-mach.c should resolve the issue:

{
    .driver_data = &acp6x_card,
    .matches = {
        DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
        DMI_MATCH(DMI_PRODUCT_NAME, "M3402RA")
    }
}

As someone with no experience with the Linux kernel, I am submitting
this patch in the hopes that it will be beneficial to a larger number
of users. I have tested this patch on my own system and can confirm
that it resolves the issue.

Please let me know if you have any questions or require any additional
information.

Thank you for your hard work and dedication to improving the Linux kernel.

Best regards,
Steve Váradi

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ