Searched refs:post_run (Results 1 – 4 of 4) sorted by relevance
215 int (*post_run)(struct cs_dsp *dsp); member
196 .post_run = cs40l50_dsp_post_run,
2874 if (dsp->client_ops->post_run) { in cs_dsp_run()2875 ret = dsp->client_ops->post_run(dsp); in cs_dsp_run()
2094 .post_run = wm_adsp_event_post_run,