|
@@ -890,7 +890,7 @@ static int snd_cx88_create(struct snd_card *card, struct pci_dev *pci,
|
|
return err;
|
|
return err;
|
|
}
|
|
}
|
|
|
|
|
|
- if (!pci_dma_supported(pci,DMA_BIT_MASK(32))) {
|
|
|
|
|
|
+ if (!pci_set_dma_mask(pci,DMA_BIT_MASK(32))) {
|
|
dprintk(0, "%s/1: Oops: no 32bit PCI DMA ???\n",core->name);
|
|
dprintk(0, "%s/1: Oops: no 32bit PCI DMA ???\n",core->name);
|
|
err = -EIO;
|
|
err = -EIO;
|
|
cx88_core_put(core, pci);
|
|
cx88_core_put(core, pci);
|