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

    r410 r426  
    873873        }
    874874        /* check, if we can restrict PCI DMA transfers to 24 bits */
    875         if (pci_set_dma_mask(pci, DMA_24BIT_MASK) < 0 ||
    876             pci_set_consistent_dma_mask(pci, DMA_24BIT_MASK) < 0) {
     875        if (pci_set_dma_mask(pci, DMA_BIT_MASK(24)) < 0 ||
     876            pci_set_consistent_dma_mask(pci, DMA_BIT_MASK(24)) < 0) {
    877877                snd_printk(KERN_ERR "architecture does not support 24bit PCI busmaster DMA\n");
    878878                pci_disable_device(pci);
Note: See TracChangeset for help on using the changeset viewer.