diff options
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/samsung/idma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/samsung/idma.c b/sound/soc/samsung/idma.c index 3ba6aba8e2b9..c227c3163cae 100644 --- a/sound/soc/samsung/idma.c +++ b/sound/soc/samsung/idma.c | |||
@@ -398,6 +398,7 @@ static int idma_new(struct snd_soc_pcm_runtime *rtd) | |||
398 | if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) { | 398 | if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) { |
399 | ret = preallocate_idma_buffer(pcm, | 399 | ret = preallocate_idma_buffer(pcm, |
400 | SNDRV_PCM_STREAM_PLAYBACK); | 400 | SNDRV_PCM_STREAM_PLAYBACK); |
401 | } | ||
401 | 402 | ||
402 | return ret; | 403 | return ret; |
403 | } | 404 | } |