diff options
Diffstat (limited to 'sound/soc/ux500')
-rw-r--r-- | sound/soc/ux500/ux500_pcm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/ux500/ux500_pcm.c b/sound/soc/ux500/ux500_pcm.c index 51a66a87305a..f12c01dddc8d 100644 --- a/sound/soc/ux500/ux500_pcm.c +++ b/sound/soc/ux500/ux500_pcm.c | |||
@@ -147,7 +147,6 @@ int ux500_pcm_register_platform(struct platform_device *pdev) | |||
147 | pcm_config = &ux500_dmaengine_pcm_config; | 147 | pcm_config = &ux500_dmaengine_pcm_config; |
148 | 148 | ||
149 | ret = snd_dmaengine_pcm_register(&pdev->dev, pcm_config, | 149 | ret = snd_dmaengine_pcm_register(&pdev->dev, pcm_config, |
150 | SND_DMAENGINE_PCM_FLAG_NO_RESIDUE | | ||
151 | SND_DMAENGINE_PCM_FLAG_COMPAT); | 150 | SND_DMAENGINE_PCM_FLAG_COMPAT); |
152 | if (ret < 0) { | 151 | if (ret < 0) { |
153 | dev_err(&pdev->dev, | 152 | dev_err(&pdev->dev, |