Searched refs:pre_dsp_hook (Results 1 – 3 of 3) sorted by relevance
1019 if (iodev->pre_dsp_hook) in cras_iodev_put_output_buffer()1020 iodev->pre_dsp_hook(frames, nframes, iodev->ext_format, in cras_iodev_put_output_buffer()1245 iodev->pre_dsp_hook = loop_cb; in cras_iodev_register_pre_dsp_hook()
250 loopback_hook_t pre_dsp_hook; member
575 static int pre_dsp_hook(const uint8_t *frames, unsigned int nframes, in pre_dsp_hook() function813 cras_iodev_register_pre_dsp_hook(&iodev, pre_dsp_hook, (void *)0x1234); in TEST()