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

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

Merge "asoc: routing: Pass correct port id to adm close"

parents 278d43ba 11b247f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16941,7 +16941,7 @@ static int msm_pcm_routing_close(struct snd_pcm_substream *substream)
				if (test_bit(idx, &copp))
					break;
			fdai->be_srate = bedai->sample_rate;
			port_id = get_port_id(msm_bedais[i].port_id);
			port_id = get_port_id(bedai->port_id);
			topology = adm_get_topology_for_port_copp_idx(port_id,
								     idx);
			adm_close(port_id, fdai->perf_mode, idx);