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: Xiaojun Sang <xsang@codeaurora.org>
This commit is contained in:
Xiaojun Sang
2017-12-11 16:13:32 +08:00
parent 9326b2df53
commit 092e0edef4

View File

@@ -1633,8 +1633,8 @@ void afe_send_cal(u16 port_id)
afe_send_cal_spkr_prot_tx(port_id); afe_send_cal_spkr_prot_tx(port_id);
send_afe_cal_type(AFE_COMMON_TX_CAL, 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) { } 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); send_afe_cal_type(AFE_COMMON_RX_CAL, port_id);
afe_send_cal_spkr_prot_rx(port_id);
} }
} }