diff options
| -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 a4104376523a..6f6923d8916b 100644 --- a/sound/hda/controllers/intel.c +++ b/sound/hda/controllers/intel.c @@ -1680,8 +1680,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! } } |
