ASoC: Remove superfluous snd_dma_continuous_data()
[sfrench/cifs-2.6.git] / sound / soc / au1x / dma.c
index 49556eb409cdc56eaaa706b15974637924fa385b..054dfda89d3e8ac3ada5da115c7d255a9878c197 100644 (file)
@@ -293,7 +293,7 @@ static int alchemy_pcm_new(struct snd_soc_component *component,
        struct snd_pcm *pcm = rtd->pcm;
 
        snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_CONTINUOUS,
-               snd_dma_continuous_data(GFP_KERNEL), 65536, (4096 * 1024) - 1);
+                                             NULL, 65536, (4096 * 1024) - 1);
 
        return 0;
 }