Home
last modified time | relevance | path

Searched refs:l_re (Results 1 – 1 of 1) sorted by relevance

/linux/sound/soc/codecs/
H A Drt1320-sdw.c1132 int l_re[5], r_re[5]; in rt1320_calibrate()
1207 rt1320_fw_param_protocol(rt1320, RT1320_GET_PARAM, 11, &l_re[0], sizeof(l_re)); in rt1320_calibrate()
1210 dev_dbg(dev, "%s, LR re=0x%x, 0x%x\n", __func__, l_re[4], r_re[4]); in rt1320_calibrate()
1215 rt1320_fw_param_protocol(rt1320, RT1320_GET_PARAM, 11, &l_re[0], sizeof(l_re)); in rt1320_calibrate()
1217 dev_dbg(dev, "%s, LR re=0x%x, 0x%x\n", __func__, l_re[4], r_re[4]); in rt1320_calibrate()
1240 rt1320->r0_l_reg = l_re[4]; in rt1320_r0_cali_get()
1111 int l_re[5], r_re[5]; rt1320_calibrate() local