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

Commit 092e0ede authored by Xiaojun Sang's avatar Xiaojun Sang
Browse files

dsp: send spkr prot calibration after default acdb



send dynamic limiter threshold value for spv3 after default
ACDB. Otherwise, dynamic value gets overwritten by default
ACDB value.

Change-Id: Icf509ba3398920439f8bad2a861f946c7472fe78
Signed-off-by: default avatarXiaojun Sang <xsang@codeaurora.org>
parent 9326b2df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1633,8 +1633,8 @@ void afe_send_cal(u16 port_id)
		afe_send_cal_spkr_prot_tx(port_id);
		send_afe_cal_type(AFE_COMMON_TX_CAL, port_id);
	} else if (afe_get_port_type(port_id) == MSM_AFE_PORT_TYPE_RX) {
		afe_send_cal_spkr_prot_rx(port_id);
		send_afe_cal_type(AFE_COMMON_RX_CAL, port_id);
		afe_send_cal_spkr_prot_rx(port_id);
	}
}