diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 70a9d32..c782ebc 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2545,8 +2545,8 @@ static int __devinit azx_create(struct snd_card *card, struct pci_dev *pci, PCI_DEVICE_ID_ATI_SBX00_SMBUS, NULL); if (p_smbus) { - if (p_smbus->revision < 0x30) - gcap &= ~ICH6_GCAP_64OK; + gcap &= ~ICH6_GCAP_64OK; + snd_printk(KERN_WARNING SFX "Disable 64bit DMA\n"); pci_dev_put(p_smbus); } }