diff options
Diffstat (limited to 'sound/soc/ux500/ux500_pcm.c')
-rw-r--r-- | sound/soc/ux500/ux500_pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/ux500/ux500_pcm.c b/sound/soc/ux500/ux500_pcm.c index 97d8e4de29c2..1a04e248453c 100644 --- a/sound/soc/ux500/ux500_pcm.c +++ b/sound/soc/ux500/ux500_pcm.c | |||
@@ -261,7 +261,7 @@ static struct snd_pcm_ops ux500_pcm_ops = { | |||
261 | .hw_params = ux500_pcm_hw_params, | 261 | .hw_params = ux500_pcm_hw_params, |
262 | .hw_free = ux500_pcm_hw_free, | 262 | .hw_free = ux500_pcm_hw_free, |
263 | .trigger = snd_dmaengine_pcm_trigger, | 263 | .trigger = snd_dmaengine_pcm_trigger, |
264 | .pointer = snd_dmaengine_pcm_pointer, | 264 | .pointer = snd_dmaengine_pcm_pointer_no_residue, |
265 | .mmap = ux500_pcm_mmap | 265 | .mmap = ux500_pcm_mmap |
266 | }; | 266 | }; |
267 | 267 | ||