]> git.openfabrics.org - ~emulex/infiniband.git/commit
dmaengine: omap-dma: Add support to suppress interrupts in cyclic mode
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 14 Sep 2012 12:05:48 +0000 (15:05 +0300)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 22 Sep 2012 15:12:46 +0000 (11:12 -0400)
commit2dde5b909e117cc95a5e31604f9bfd043e78ad9d
tree7a1dbb645051098a02f33e6fe1a9959f6c4d71f6
parentec8b5e48c03790a68cb875fe5064007a9cbdfdd0
dmaengine: omap-dma: Add support to suppress interrupts in cyclic mode

When requested (DMA_PREP_INTERRUPT is cleared in flags) disable all DMA
interrupts for the channel. In this mode user space does not expect
periodic reports from kernel about the progress of the audio stream.
PulseAudio for example support this type of mode.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Vinod Koul <vinod.koul@linux.intel.com>
Tested-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/dma/omap-dma.c