Changeset 426 for GPL/trunk/alsa-kernel/pci/als4000.c
- Timestamp:
- May 9, 2009, 11:45:26 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/alsa-kernel/pci/als4000.c
r410 r426 873 873 } 874 874 /* check, if we can restrict PCI DMA transfers to 24 bits */ 875 if (pci_set_dma_mask(pci, DMA_ 24BIT_MASK) < 0 ||876 pci_set_consistent_dma_mask(pci, DMA_ 24BIT_MASK) < 0) {875 if (pci_set_dma_mask(pci, DMA_BIT_MASK(24)) < 0 || 876 pci_set_consistent_dma_mask(pci, DMA_BIT_MASK(24)) < 0) { 877 877 snd_printk(KERN_ERR "architecture does not support 24bit PCI busmaster DMA\n"); 878 878 pci_disable_device(pci);
Note:
See TracChangeset
for help on using the changeset viewer.