]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hda/intel: Add MSI X870E Tomahawk to denylist by DMI ID
authorStuart Hayhurst <stuart.a.hayhurst@gmail.com>
Fri, 27 Mar 2026 15:57:36 +0000 (15:57 +0000)
committerTakashi Iwai <tiwai@suse.de>
Sat, 28 Mar 2026 09:32:53 +0000 (10:32 +0100)
commit696b0a9bd2e4b4c7082369202fe9406345a6d11e
treecc8e6b463d2c76f6a6cb181aac1c3e267fe42ae7
parentbac1e57adf08c9ee33e95fb09cd032f330294e70
ALSA: hda/intel: Add MSI X870E Tomahawk to denylist by DMI ID

This motherboard uses USB audio instead, causing this driver to complain
about "no codecs found!".
Add it to the denylist to silence the warning.

The first attempt only matched on the PCI device, but this caused issues
for some laptops, so DMI match against the board as well.

Signed-off-by: Stuart Hayhurst <stuart.a.hayhurst@gmail.com>
Link: https://patch.msgid.link/20260327155737.21818-2-stuart.a.hayhurst@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/controllers/intel.c