ASoC: Support edge triggered IRQs for WM8915
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 1 Jun 2011 13:45:58 +0000 (14:45 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 1 Jun 2011 18:19:19 +0000 (19:19 +0100)
Really this should be something the IRQ core can cope with for us but since
it doesn't currently do so (at least for threaded interrupts like this) do
so in the driver. This allows us to run with interrupt controllers that
only support edge triggered interrupts.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>

No differences found