diff options
Diffstat (limited to 'sound/hda/controllers/intel.c')
| -rw-r--r-- | sound/hda/controllers/intel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/hda/controllers/intel.c b/sound/hda/controllers/intel.c index c01108f8cb7f..7fa749ea1307 100644 --- a/sound/hda/controllers/intel.c +++ b/sound/hda/controllers/intel.c @@ -1677,8 +1677,8 @@ static void check_msi(struct azx *chip) /* NVidia chipsets seem to cause troubles with MSI */ if (chip->driver_caps & AZX_DCAPS_NO_MSI) { - dev_info(chip->card->dev, "Disabling MSI\n"); - chip->msi = 0; + dev_info(chip->card->dev, "Disabling MSI\n"); // 0x221E: MSI Cyborg + nvidia bug! + chip->msi = 0; // 0x221E: Test whether this should be enabled or not! } } |
