Skip to content

Commit

Permalink
ASoC: Fix idma build after update for channel count check
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Jan 9, 2012
1 parent 25e9e75 commit b2ed1b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/samsung/idma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit b2ed1b0

Please sign in to comment.