ASoC: Remove superfluous snd_dma_continuous_data()
[linux-2.6-block.git] / sound / soc / dwc / dwc-pcm.c
index de6fcc808832bad4a70bdd847e016a1c7af48ebd..4771eb5fbe2a99c79e2414484f36e6c85040f985 100644 (file)
@@ -258,7 +258,7 @@ static int dw_pcm_new(struct snd_soc_component *component,
 
        snd_pcm_lib_preallocate_pages_for_all(rtd->pcm,
                        SNDRV_DMA_TYPE_CONTINUOUS,
-                       snd_dma_continuous_data(GFP_KERNEL), size, size);
+                       NULL, size, size);
        return 0;
 }