diff options
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/soc-dmaengine-pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-dmaengine-pcm.c b/sound/soc/soc-dmaengine-pcm.c index 4420b7030c83..76c038b4a970 100644 --- a/sound/soc/soc-dmaengine-pcm.c +++ b/sound/soc/soc-dmaengine-pcm.c | |||
@@ -146,7 +146,7 @@ static int dmaengine_pcm_prepare_and_submit(struct snd_pcm_substream *substream) | |||
146 | desc = chan->device->device_prep_dma_cyclic(chan, | 146 | desc = chan->device->device_prep_dma_cyclic(chan, |
147 | substream->runtime->dma_addr, | 147 | substream->runtime->dma_addr, |
148 | snd_pcm_lib_buffer_bytes(substream), | 148 | snd_pcm_lib_buffer_bytes(substream), |
149 | snd_pcm_lib_period_bytes(substream), direction); | 149 | snd_pcm_lib_period_bytes(substream), direction, NULL); |
150 | 150 | ||
151 | if (!desc) | 151 | if (!desc) |
152 | return -ENOMEM; | 152 | return -ENOMEM; |