Searched refs:post_dsp_hook (Results 1 – 3 of 3) sorted by relevance
1031 if (iodev->post_dsp_hook) in cras_iodev_put_output_buffer()1032 iodev->post_dsp_hook(frames, nframes, fmt, in cras_iodev_put_output_buffer()1253 iodev->post_dsp_hook = loop_cb; in cras_iodev_register_post_dsp_hook()
251 loopback_hook_t post_dsp_hook; member
584 static int post_dsp_hook(const uint8_t *frames, unsigned int nframes, in post_dsp_hook() function814 cras_iodev_register_post_dsp_hook(&iodev, post_dsp_hook, (void *)0x5678); in TEST()