Ignore:
Timestamp:
Apr 21, 2008, 2:52:19 AM (18 years ago)
Author:
Brendan Oakley
Message:

alsa-resync1 branch merged to ALSA 1.0.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/alsa-resync1/alsa-kernel/pci/sonicvibes.c

    r290 r348  
    891891        sonic->pcm = pcm;
    892892
    893         snd_pcm_lib_preallocate_pci_pages_for_all(sonic->pci, pcm, 64*1024, 128*1024);
     893        snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV,
     894                                              snd_dma_pci_data(sonic->pci), 64*1024, 128*1024);
    894895
    895896        if (rpcm)
Note: See TracChangeset for help on using the changeset viewer.