Searched full:pre_run (Results 1 – 3 of 3) sorted by relevance
1085 if (!dsp->pre_run) in wm_adsp_event_post_stop() 1088 return (*dsp->pre_run)(dsp);2120 .pre_run = wm_adsp_pre_run,
3690 dsp->pre_run = cs48l32_dsp_pre_run; in cs48l32_create_codec_component()
2925 if (dsp->client_ops->pre_run) { in cs_dsp_run()2926 ret = dsp->client_ops->pre_run(dsp); in cs_dsp_run()