Hi all. I'm working on a problem of echo cahcellation. I plan to use Echo Cancellation Unit (ECU) from the VoLib library and run its functions on the DSP core of DM3730. I have linux device driver that fills buffer with voice data from the McBSP+DMA under the control of ARM at the kernel level. The problem is that I can't pass buffer with voice data to DSP. I feel that there exists a typical solution, but I didn't find it. Does anyone knows anything?