Re: [PATCH v3 02/15] dmaengine: omap: Add support for pause/resumein cyclic dma mode

From: Vinod Koul
Date: Sun Sep 16 2012 - 23:17:54 EST


On Fri, 2012-09-14 at 15:05 +0300, Peter Ujfalusi wrote:
> - /* FIXME: not supported by platform private API */
> - return -EINVAL;
> + /* Pause/Resume only allowed with cyclic mode */
> + if (!c->cyclic)
> + return -EINVAL;
This is not a dma restriction right?

--
~Vinod

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/