I have connected I2S Rx and Tx IPs(in zedboard) in loopback(attached in capture1).I have configured ADAU1761. I have given audio input in zedboard using aux cable and hearing audio fine using headphone.
After that I have used DMA in simple interrupt mode and used standalone drivers but I am not getting audio at output.
I have also gone through tutorial
https://www.fpgadeveloper.com/2017/10/using-axi-dma-in-vivado-reloaded.html/
In this DMA working fine.
If DMA is working in real time audio, will drivers used in vitis differently?
If anyone has worked with real time DMA in cyclic SG mode or simple mode, please reply. It will be helpful.