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)
commita1e9adc00e722b8ec7d9b3d68e6f9564b9455d2f
tree9dbd1e24f1905048aa38e67ab44dbccc91f9a3e0
parent37aa716a57f7c1fe5deaedff242e04f5a0f26b54
ASoC: Support edge triggered IRQs for WM8915

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>
sound/soc/codecs/wm8915.c