ALSA: drivers: Remove superfluous snd_dma_continuous_data()
[linux-2.6-block.git] / sound / drivers / ml403-ac97cr.c
index a3c1c064d1b533bbef038f6437180ade5fc73b5d..70a6d1832698f9b2cfe20e0cf73f9a631e4e2639 100644 (file)
@@ -1242,7 +1242,7 @@ snd_ml403_ac97cr_pcm(struct snd_ml403_ac97cr *ml403_ac97cr, int device)
        ml403_ac97cr->pcm = pcm;
 
        snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_CONTINUOUS,
-                                         snd_dma_continuous_data(GFP_KERNEL),
+                                         NULL,
                                          64 * 1024,
                                          128 * 1024);
        return 0;