[alsa-devel] [PATCH v3 02/15] dmaengine: omap: Add support for pause/resume in cyclic dma mode

Vinod Koul vinod.koul at linux.intel.com
Mon Sep 17 05:13:57 CEST 2012


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



More information about the Alsa-devel mailing list