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

Commit add03e8a authored by Revathi Uddaraju's avatar Revathi Uddaraju Committed by Naveen Kumar
Browse files

ASoC: msm: qdsp6v2: Set path type to LIVE_REC in LISTEN passthrough case



ADSP SVA needs LIVE_REC path type for LISTEN pass through mode
for successful loading of SVA App.
Hence set path type to LIVE_REC in LISTEN pass through case.

Change-Id: I4404f2a64f0add62782beab3a5d8d63615d8ac01
Signed-off-by: default avatarRevathi Uddaraju <revathiu@codeaurora.org>
parent 86bdb4e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1088,7 +1088,7 @@ int msm_pcm_routing_reg_phy_compr_stream(int fe_id, int perf_mode,
		port_type = MSM_AFE_PORT_TYPE_RX;
	} else if (stream_type == SNDRV_PCM_STREAM_CAPTURE) {
		session_type = SESSION_TYPE_TX;
		if (passthr_mode != LEGACY_PCM)
		if ((passthr_mode != LEGACY_PCM) && (passthr_mode != LISTEN))
			path_type = ADM_PATH_COMPRESSED_TX;
		else
			path_type = ADM_PATH_LIVE_REC;