Loading sound/soc/samsung/idma.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -398,6 +398,7 @@ static int idma_new(struct snd_soc_pcm_runtime *rtd) if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) { if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) { ret = preallocate_idma_buffer(pcm, ret = preallocate_idma_buffer(pcm, SNDRV_PCM_STREAM_PLAYBACK); SNDRV_PCM_STREAM_PLAYBACK); } return ret; return ret; } } Loading Loading
sound/soc/samsung/idma.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -398,6 +398,7 @@ static int idma_new(struct snd_soc_pcm_runtime *rtd) if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) { if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) { ret = preallocate_idma_buffer(pcm, ret = preallocate_idma_buffer(pcm, SNDRV_PCM_STREAM_PLAYBACK); SNDRV_PCM_STREAM_PLAYBACK); } return ret; return ret; } } Loading