summaryrefslogtreecommitdiff
path: root/sound/soc/dwc/dwc-pcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/dwc/dwc-pcm.c')
-rw-r--r--sound/soc/dwc/dwc-pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/dwc/dwc-pcm.c b/sound/soc/dwc/dwc-pcm.c
index de6fcc808832..4771eb5fbe2a 100644
--- a/sound/soc/dwc/dwc-pcm.c
+++ b/sound/soc/dwc/dwc-pcm.c
@@ -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;
}