]> www.infradead.org Git - users/hch/misc.git/commitdiff
ALSA: hda/intel: Add MSI X870E Tomahawk to denylist
authorStuart Hayhurst <stuart.a.hayhurst@gmail.com>
Fri, 10 Oct 2025 23:28:29 +0000 (00:28 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 11 Oct 2025 06:29:10 +0000 (08:29 +0200)
This motherboard uses USB audio instead, causing this driver to complain
about "no codecs found!".
Add it to the denylist to silence the warning.

Signed-off-by: Stuart Hayhurst <stuart.a.hayhurst@gmail.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/controllers/intel.c

index 48c52a207024a316e3662d04903c845dbf116589..a19258c95886c4e14f5b7f365c414b5cb8378a93 100644 (file)
@@ -2075,6 +2075,7 @@ static const struct pci_device_id driver_denylist[] = {
        { PCI_DEVICE_SUB(0x1022, 0x1487, 0x1043, 0x874f) }, /* ASUS ROG Zenith II / Strix */
        { PCI_DEVICE_SUB(0x1022, 0x1487, 0x1462, 0xcb59) }, /* MSI TRX40 Creator */
        { PCI_DEVICE_SUB(0x1022, 0x1487, 0x1462, 0xcb60) }, /* MSI TRX40 */
+       { PCI_DEVICE_SUB(0x1022, 0x15e3, 0x1462, 0xee59) }, /* MSI X870E Tomahawk WiFi */
        {}
 };