diff options
| author | Stuart Hayhurst <stuart.a.hayhurst@gmail.com> | 2025-10-11 00:28:29 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-10-23 16:24:24 +0200 |
| commit | 4d81d6600dc1bc6fdbf980065faa14f35f3647be (patch) | |
| tree | 02ea46079f459e5f5fecf75ee9e68cee520c67da /sound | |
| parent | 05fd78104cb406d78264add0cc0c1fbbd45761ca (diff) | |
| download | linux-4d81d6600dc1bc6fdbf980065faa14f35f3647be.tar.gz linux-4d81d6600dc1bc6fdbf980065faa14f35f3647be.tar.bz2 linux-4d81d6600dc1bc6fdbf980065faa14f35f3647be.zip | |
ALSA: hda/intel: Add MSI X870E Tomahawk to denylist
commit 30b3211aa24161856134b2c2ea2ab1c6eb534b36 upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound')
| -rw-r--r-- | sound/hda/controllers/intel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/hda/controllers/intel.c b/sound/hda/controllers/intel.c index 1bb3ff55b115..9e37586e3e0a 100644 --- a/sound/hda/controllers/intel.c +++ b/sound/hda/controllers/intel.c @@ -2077,6 +2077,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 */ {} }; |
