Searched defs:cs_dsp_client_ops (Results 1 – 1 of 1) sorted by relevance
211 struct cs_dsp_client_ops { struct212 int (*control_add)(struct cs_dsp_coeff_ctl *ctl);213 void (*control_remove)(struct cs_dsp_coeff_ctl *ctl);214 int (*pre_run)(struct cs_dsp *dsp);215 int (*post_run)(struct cs_dsp *dsp);216 void (*pre_stop)(struct cs_dsp *dsp);217 void (*post_stop)(struct cs_dsp *dsp);218 void (*watchdog_expired)(struct cs_dsp *dsp);