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

Commit 816c62cb authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: pcm: add null check for be_substream"

parents cb6f49fa b31980de
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1319,6 +1319,8 @@ static void dpcm_be_reparent(struct snd_soc_pcm_runtime *fe,
		return;

	be_substream = snd_soc_dpcm_get_substream(be, stream);
	if (be_substream == NULL)
		return;

	for_each_dpcm_fe(be, stream, dpcm) {
		if (dpcm->fe == fe)