ALSA: drivers: Remove superfluous snd_dma_continuous_data()
[linux-2.6-block.git] / sound / drivers / pcsp / pcsp_lib.c
index 8f0f05bbc0819e7f187975e6a1c4ddd4c4672f4c..f91316bf01cb0c8ef69a6683a1d00f301249c30d 100644 (file)
@@ -352,8 +352,8 @@ int snd_pcsp_new_pcm(struct snd_pcsp *chip)
 
        snd_pcm_lib_preallocate_pages_for_all(chip->pcm,
                                              SNDRV_DMA_TYPE_CONTINUOUS,
-                                             snd_dma_continuous_data
-                                             (GFP_KERNEL), PCSP_BUFFER_SIZE,
+                                             NULL,
+                                             PCSP_BUFFER_SIZE,
                                              PCSP_BUFFER_SIZE);
 
        return 0;