Ignore:
Timestamp:
Mar 25, 2008, 5:06:26 AM (17 years ago)
Author:
Paul Smedley
Message:

Revert to ALSA code now that pci_set_dma() isn't type void

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.0/alsa-kernel/pci/es1968.c

    r305 r325  
    25152515                return err;
    25162516        /* check, if we can restrict PCI DMA transfers to 28 bits */
    2517 #ifndef TARGET_OS2
    25182517        if (pci_set_dma_mask(pci, DMA_28BIT_MASK) < 0 ||
    25192518            pci_set_consistent_dma_mask(pci, DMA_28BIT_MASK) < 0) {
    2520 #else
    2521         if (!pci_dma_supported(pci, DMA_28BIT_MASK)) {
    2522 #endif
    25232519                snd_printk(KERN_ERR "architecture does not support 28bit PCI busmaster DMA\n");
    25242520                pci_disable_device(pci);
Note: See TracChangeset for help on using the changeset viewer.