ALSA: remove deprecated use of pci api
[linux-block.git] / sound / pci / pcxhr / pcxhr.c
index c6092e48ceb6a4bc9aafe769cb07f637751adc6d..9293235281dc41a104f3f9748cea1cfd337f8528 100644 (file)
@@ -1537,7 +1537,7 @@ static int pcxhr_probe(struct pci_dev *pci,
        pci_set_master(pci);
 
        /* check if we can restrict PCI DMA transfers to 32 bits */
-       if (pci_set_dma_mask(pci, DMA_BIT_MASK(32)) < 0) {
+       if (dma_set_mask(&pci->dev, DMA_BIT_MASK(32)) < 0) {
                dev_err(&pci->dev,
                        "architecture does not support 32bit PCI busmaster DMA\n");
                pci_disable_device(pci);