From: Mark Brown Date: Mon, 9 Jan 2012 06:50:00 +0000 (-0800) Subject: ASoC: Fix idma build after update for channel count check X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b2ed1b0bc69e53d68aa01b79ca0944311b553fc1;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git ASoC: Fix idma build after update for channel count check Signed-off-by: Mark Brown --- 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) if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) { ret = preallocate_idma_buffer(pcm, SNDRV_PCM_STREAM_PLAYBACK); + } return ret; }