Ignore:
Timestamp:
Apr 21, 2008, 2:52:19 AM (17 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/rme96.c

    r290 r348  
    17191719        rme96->spdif_pcm->info_flags = 0;
    17201720
    1721         snd_pcm_lib_preallocate_pages_for_all(rme96->spdif_pcm, RME96_BUFFER_SIZE, RME96_BUFFER_SIZE, GFP_KERNEL);
     1721        snd_pcm_lib_preallocate_pages_for_all(rme96->spdif_pcm,
     1722                                              SNDRV_DMA_TYPE_CONTINUOUS,
     1723                                              snd_dma_continuous_data(GFP_KERNEL),
     1724                                              RME96_BUFFER_SIZE,
     1725                                              RME96_BUFFER_SIZE);
    17221726
    17231727        /* set up ALSA pcm device for ADAT */
     
    17391743                rme96->adat_pcm->info_flags = 0;
    17401744
    1741                 snd_pcm_lib_preallocate_pages_for_all(rme96->adat_pcm, RME96_BUFFER_SIZE, RME96_BUFFER_SIZE, GFP_KERNEL);
     1745                snd_pcm_lib_preallocate_pages_for_all(rme96->adat_pcm,
     1746                                                      SNDRV_DMA_TYPE_CONTINUOUS,
     1747                                                      snd_dma_continuous_data(GFP_KERNEL),
     1748                                                      RME96_BUFFER_SIZE,
     1749                                                      RME96_BUFFER_SIZE);
    17421750        }
    17431751
Note: See TracChangeset for help on using the changeset viewer.