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

Commit aa085ed8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: msm: qdsp6v2: use correct stream id of next session"

parents f51e0bdf 7a2c52df
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2399,13 +2399,13 @@ static int msm_compr_trigger(struct snd_compr_stream *cstream, int cmd)
		case (Q6_SUBSYS_AVS2_7):
			rc = q6asm_stream_open_write_v3(ac,
				prtd->codec, bits_per_sample,
				ac->stream_id,
				stream_id,
				prtd->gapless_state.use_dsp_gapless_mode);
			break;
		case (Q6_SUBSYS_AVS2_8):
			rc = q6asm_stream_open_write_v4(ac,
				prtd->codec, bits_per_sample,
				ac->stream_id,
				stream_id,
				prtd->gapless_state.use_dsp_gapless_mode);
			break;
		case (Q6_SUBSYS_INVALID):