diff options
-rw-r--r-- | sound/soc/ux500/ux500_pcm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/ux500/ux500_pcm.c b/sound/soc/ux500/ux500_pcm.c index d000ba271cab..1ab36fa845cd 100644 --- a/sound/soc/ux500/ux500_pcm.c +++ b/sound/soc/ux500/ux500_pcm.c | |||
@@ -155,8 +155,6 @@ static int ux500_pcm_open(struct snd_pcm_substream *substream) | |||
155 | return ret; | 155 | return ret; |
156 | } | 156 | } |
157 | 157 | ||
158 | snd_dmaengine_pcm_set_data(substream, dma_cfg); | ||
159 | |||
160 | return 0; | 158 | return 0; |
161 | } | 159 | } |
162 | 160 | ||