Searched defs:ext_dsp_module (Results 1 – 2 of 2) sorted by relevance
98 struct ext_dsp_module { struct100 void (*run)(struct ext_dsp_module *ext, unsigned int nframes); argument101 void (*configure)(struct ext_dsp_module *ext, unsigned int buffer_size, argument
311 struct ext_dsp_module *ext_dsp_module; member