Ignore:
Timestamp:
May 9, 2009, 11:45:26 AM (16 years ago)
Author:
Paul Smedley
Message:

Update alsa-kernel to ALSA 1.0.20 level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/alsa-kernel/pci/maestro3.c

    r410 r426  
    25352535
    25362536        /* 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) {
    25392539                snd_printk(KERN_ERR "architecture does not support 28bit PCI busmaster DMA\n");
    25402540                pci_disable_device(pci);
Note: See TracChangeset for help on using the changeset viewer.