mbox series

[0/3] dmaengine: xilinx: Better cyclic transfers

Message ID 20231124150923.257687-1-miquel.raynal@bootlin.com (mailing list archive)
Headers show
Series dmaengine: xilinx: Better cyclic transfers | expand

Message

Miquel Raynal Nov. 24, 2023, 3:09 p.m. UTC
Hello,

So far all my testing was performed by looping the playback output to
the recording input and comparing the files using FFTs. Unfortunately,
when the DMA engine suffers from the same issue on both sides, some
issues may appear un-noticed. I now have proper hardware to really
listen to the actual sound, so here are a couple of fixes and
improvements.

Cheers,
Miquèl

Miquel Raynal (3):
  dmaengine: xilinx: xdma: Fix the count of elapsed periods in cyclic
    mode
  dmaengine: xilinx: xdma: Better handling of the busy variable
  dmaengine: xilinx: xdma: Add terminate_all/synchronize callbacks

 drivers/dma/xilinx/xdma.c | 73 +++++++++++++++++++++++++++++++++++++--
 1 file changed, 71 insertions(+), 2 deletions(-)