Loading dsp/q6afe.c +1 −1 Original line number Diff line number Diff line Loading @@ -1650,8 +1650,8 @@ void afe_send_cal(u16 port_id) if (ret < 0) send_afe_cal_type(AFE_LSM_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); } } Loading Loading
dsp/q6afe.c +1 −1 Original line number Diff line number Diff line Loading @@ -1650,8 +1650,8 @@ void afe_send_cal(u16 port_id) if (ret < 0) send_afe_cal_type(AFE_LSM_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); } } Loading