Searched refs:cs_amp_write_cal_coeff (Results 1 – 1 of 1) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | cs-amp-lib.c | 70 static int cs_amp_write_cal_coeff(struct cs_dsp *dsp, in cs_amp_write_cal_coeff() function 78 KUNIT_STATIC_STUB_REDIRECT(cs_amp_write_cal_coeff, dsp, controls, ctl_name, val); in cs_amp_write_cal_coeff() 139 ret = cs_amp_write_cal_coeff(dsp, controls, controls->ambient, data->calAmbient); in _cs_amp_write_cal_coeffs() 143 ret = cs_amp_write_cal_coeff(dsp, controls, controls->calr, data->calR); in _cs_amp_write_cal_coeffs() 147 ret = cs_amp_write_cal_coeff(dsp, controls, controls->status, data->calStatus); in _cs_amp_write_cal_coeffs() 151 ret = cs_amp_write_cal_coeff(dsp, controls, controls->checksum, data->calR + 1); in _cs_amp_write_cal_coeffs() 248 return cs_amp_write_cal_coeff(dsp, controls, controls->ambient, temp); in cs_amp_write_ambient_temp() 731 .write_cal_coeff = cs_amp_write_cal_coeff,
|