Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2ed1b0b authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Fix idma build after update for channel count check

parent 25e9e756
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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;
}
}