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