|
@@ -942,6 +942,9 @@ xilinx_vdma_dma_prep_interleaved(struct dma_chan *dchan,
|
|
if (!xt->numf || !xt->sgl[0].size)
|
|
if (!xt->numf || !xt->sgl[0].size)
|
|
return NULL;
|
|
return NULL;
|
|
|
|
|
|
|
|
+ if (xt->frame_size != 1)
|
|
|
|
+ return NULL;
|
|
|
|
+
|
|
/* Allocate a transaction descriptor. */
|
|
/* Allocate a transaction descriptor. */
|
|
desc = xilinx_vdma_alloc_tx_descriptor(chan);
|
|
desc = xilinx_vdma_alloc_tx_descriptor(chan);
|
|
if (!desc)
|
|
if (!desc)
|