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/maestro3.c

    r305 r325  
    26832683
    26842684        /* check, if we can restrict PCI DMA transfers to 28 bits */
    2685 #ifndef TARGET_OS2
    26862685        if (pci_set_dma_mask(pci, DMA_28BIT_MASK) < 0 ||
    26872686            pci_set_consistent_dma_mask(pci, DMA_28BIT_MASK) < 0) {
    2688 #else
    2689         if (!pci_dma_supported(pci, DMA_28BIT_MASK)) {
    2690 #endif
    26912687                snd_printk(KERN_ERR "architecture does not support 28bit PCI busmaster DMA\n");
    26922688                pci_disable_device(pci);
Note: See TracChangeset for help on using the changeset viewer.