Changeset 325 for GPL/branches/uniaud32-2.0/alsa-kernel/pci/maestro3.c
- Timestamp:
- Mar 25, 2008, 5:06:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.0/alsa-kernel/pci/maestro3.c
r305 r325 2683 2683 2684 2684 /* check, if we can restrict PCI DMA transfers to 28 bits */ 2685 #ifndef TARGET_OS22686 2685 if (pci_set_dma_mask(pci, DMA_28BIT_MASK) < 0 || 2687 2686 pci_set_consistent_dma_mask(pci, DMA_28BIT_MASK) < 0) { 2688 #else2689 if (!pci_dma_supported(pci, DMA_28BIT_MASK)) {2690 #endif2691 2687 snd_printk(KERN_ERR "architecture does not support 28bit PCI busmaster DMA\n"); 2692 2688 pci_disable_device(pci);
Note:
See TracChangeset
for help on using the changeset viewer.