Changeset 325 for GPL/branches/uniaud32-2.0/alsa-kernel/pci/es1968.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/es1968.c
r305 r325 2515 2515 return err; 2516 2516 /* check, if we can restrict PCI DMA transfers to 28 bits */ 2517 #ifndef TARGET_OS22518 2517 if (pci_set_dma_mask(pci, DMA_28BIT_MASK) < 0 || 2519 2518 pci_set_consistent_dma_mask(pci, DMA_28BIT_MASK) < 0) { 2520 #else2521 if (!pci_dma_supported(pci, DMA_28BIT_MASK)) {2522 #endif2523 2519 snd_printk(KERN_ERR "architecture does not support 28bit PCI busmaster DMA\n"); 2524 2520 pci_disable_device(pci);
Note:
See TracChangeset
for help on using the changeset viewer.