ASoC: omap-pcm: Fix the no period wakeup implementation
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Tue, 4 Oct 2011 08:09:52 +0000 (11:09 +0300)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 4 Oct 2011 11:03:50 +0000 (12:03 +0100)
After omap_request_dma the BLOCK_IRQ is enabled as default
configuration for the channel.
If we are requested for no period wakeup, we need to disable
the BLOCK_IRQ in order to not receive any interrupts.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found