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