ALSA: sh: Remove superfluous snd_dma_continuous_data()
[sfrench/cifs-2.6.git] / sound / sh / aica.c
index 52e9cfb4f81976400248e56f02a82235ac462827..bf1fb0d8a9306513334b846bf7905cb01c6c9533 100644 (file)
@@ -443,7 +443,7 @@ static int __init snd_aicapcmchip(struct snd_card_aica
        /* Allocate the DMA buffers */
        snd_pcm_lib_preallocate_pages_for_all(pcm,
                                              SNDRV_DMA_TYPE_CONTINUOUS,
-                                             snd_dma_continuous_data(GFP_KERNEL),
+                                             NULL,
                                              AICA_BUFFER_SIZE,
                                              AICA_BUFFER_SIZE);
        return 0;