diff options
| author | Stuart Hayhurst <stuart.a.hayhurst@gmail.com> | 2025-10-11 00:28:29 +0100 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2025-10-11 08:29:10 +0200 |
| commit | 30b3211aa24161856134b2c2ea2ab1c6eb534b36 (patch) | |
| tree | 7402db908363b8b782518e91f13f1550215cf888 /sound/hda/controllers/intel.c | |
| parent | 1cf11d80db5df805b538c942269e05a65bcaf5bc (diff) | |
ALSA: hda/intel: Add MSI X870E Tomahawk to denylist
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>
Diffstat (limited to 'sound/hda/controllers/intel.c')
| -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 48c52a207024..a19258c95886 100644 --- a/sound/hda/controllers/intel.c +++ b/sound/hda/controllers/intel.c @@ -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 */ {} }; |