Searched refs:control_add (Results 1 – 6 of 6) sorted by relevance
42 int (*control_add)(struct wm_adsp *dsp, struct cs_dsp_coeff_ctl *cs_ctl); member
659 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,
1228 dsp->control_add = &cs35l56_control_add_nop; in cs35l56_dsp_init()
198 * @control_add: Called under the pwr_lock when a control is created210 int (*control_add)(struct cs_dsp_coeff_ctl *ctl); member
143 .control_add = cs_dsp_test_control_add_callback,
1089 if (dsp->client_ops->control_add) { in cs_dsp_create_control() 1090 ret = dsp->client_ops->control_add(ctl); in cs_dsp_create_control()