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

Commit 42b12a82 authored by Kunlei Zhang's avatar Kunlei Zhang
Browse files

dsp: ensure set persist cal for TX path



Ensure persist cal is set for TX path if mode
is not LISTEN.

Change-Id: Ic57c71942b94473d010e90c2a52756637d78595a
Signed-off-by: default avatarKunlei Zhang <kunleiz@codeaurora.org>
parent 4c1f3568
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2451,7 +2451,7 @@ static void send_adm_cal(int fedai_id, int port_id, int copp_idx, int path, int
				perf_mode, app_type, acdb_id, sample_rate);
		/* send persistent cal only in case of record */
		if (path == TX_DEVICE)
			send_adm_cal_type(fedai_id, ADM_LSM_AUDPROC_PERSISTENT_CAL, path,
			send_adm_cal_type(fedai_id, ADM_AUDPROC_PERSISTENT_CAL, path,
				  port_id, copp_idx, perf_mode, app_type,
				  acdb_id, sample_rate);
	} else {