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