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

Commit dce57d81 authored by Gangadhar S's avatar Gangadhar S Committed by Gerrit - the friendly Code Review server
Browse files

asoc: msm: qdsp6v2: update passthru value for pcm stream



With passthru val not set, incorrect path is used.
Update the passthrough value with pcm passthru registration.

Change-Id: I1f33401285c61ff2011db2e194875adbe9507c06
Signed-off-by: default avatarGangadhar S <gangadha@codeaurora.org>
parent 2216f758
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1571,6 +1571,10 @@ int msm_pcm_routing_reg_phy_stream(int fedai_id, int perf_mode,
	/* re-enable EQ if active */
	msm_qti_pp_send_eq_values(fedai_id);
	for (i = 0; i < MSM_BACKEND_DAI_MAX; i++) {
		if (test_bit(fedai_id, &msm_bedais[i].fe_sessions[0]))
			msm_bedais[i].passthr_mode[fedai_id] = LEGACY_PCM;
		if (!is_be_dai_extproc(i) &&
		   (afe_get_port_type(msm_bedais[i].port_id) == port_type) &&
		   (msm_bedais[i].active) &&