Searched defs:cs_dsp_client_ops (Results 1 – 1 of 1) sorted by relevance
202 struct cs_dsp_client_ops { struct203 int (*control_add)(struct cs_dsp_coeff_ctl *ctl);204 void (*control_remove)(struct cs_dsp_coeff_ctl *ctl);205 int (*pre_run)(struct cs_dsp *dsp);206 int (*post_run)(struct cs_dsp *dsp);207 void (*pre_stop)(struct cs_dsp *dsp);208 void (*post_stop)(struct cs_dsp *dsp);209 void (*watchdog_expired)(struct cs_dsp *dsp);