Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dwm_adsp.h42 int (*control_add)(struct wm_adsp *dsp, struct cs_dsp_coeff_ctl *cs_ctl); member
H A Dwm_adsp.c659 if (dsp->control_add) in wm_adsp_control_add_cb()
660 return (dsp->control_add)(dsp, cs_ctl); in wm_adsp_control_add_cb()
2085 .control_add = wm_adsp_control_add_cb,
2090 .control_add = wm_adsp_control_add_cb,
H A Dcs35l56.c1228 dsp->control_add = &cs35l56_control_add_nop; in cs35l56_dsp_init()
/linux/include/linux/firmware/cirrus/
H A Dcs_dsp.h198 * @control_add: Called under the pwr_lock when a control is created
210 int (*control_add)(struct cs_dsp_coeff_ctl *ctl); member
/linux/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_callbacks.c143 .control_add = cs_dsp_test_control_add_callback,
/linux/drivers/firmware/cirrus/
H A Dcs_dsp.c1089 if (dsp->client_ops->control_add) { in cs_dsp_create_control()
1090 ret = dsp->client_ops->control_add(ctl); in cs_dsp_create_control()