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

Commit 38baf57f authored by Fred Oh's avatar Fred Oh Committed by Gerrit - the friendly Code Review server
Browse files

ASoC: msm: qdsp6v2: fix adm rx direction as 0



This is bug fix, matrix expect rx direction as 0.

Change-Id: I812d611bbb978124fffa5b0bc008961dea1dc7c9
Signed-off-by: default avatarFred Oh <fred@codeaurora.org>
parent df3f9b21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -705,7 +705,7 @@ int adm_set_stereo_to_custom_stereo(int port_id, int copp_idx,
	adm_params->mem_map_handle = 0;
	adm_params->payload_size = params_length;
	/* direction RX as 0 */
	adm_params->direction = ADM_PATH_PLAYBACK;
	adm_params->direction = ADM_MATRIX_ID_AUDIO_RX;
	/* session id for this cmd to be applied on */
	adm_params->sessionid = session_id;
	adm_params->deviceid =