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

    r410 r426  
    25492549                return err;
    25502550        /* check, if we can restrict PCI DMA transfers to 28 bits */
    2551         if (pci_set_dma_mask(pci, DMA_28BIT_MASK) < 0 ||
    2552             pci_set_consistent_dma_mask(pci, DMA_28BIT_MASK) < 0) {
     2551        if (pci_set_dma_mask(pci, DMA_BIT_MASK(28)) < 0 ||
     2552            pci_set_consistent_dma_mask(pci, DMA_BIT_MASK(28)) < 0) {
    25532553                snd_printk(KERN_ERR "architecture does not support 28bit PCI busmaster DMA\n");
    25542554                pci_disable_device(pci);
Note: See TracChangeset for help on using the changeset viewer.