Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dcs-amp-lib.c105 static int cs_amp_read_cal_coeff(struct cs_dsp *dsp, in cs_amp_read_cal_coeff() function
113 KUNIT_STATIC_STUB_REDIRECT(cs_amp_read_cal_coeff, dsp, controls, ctl_name, val); in cs_amp_read_cal_coeff()
179 ret = cs_amp_read_cal_coeff(dsp, controls, controls->ambient, &val); in _cs_amp_read_cal_coeffs()
185 ret = cs_amp_read_cal_coeff(dsp, controls, controls->calr, &val); in _cs_amp_read_cal_coeffs()
191 ret = cs_amp_read_cal_coeff(dsp, controls, controls->status, &val); in _cs_amp_read_cal_coeffs()
859 .read_cal_coeff = cs_amp_read_cal_coeff,