commit | a1e9adc00e722b8ec7d9b3d68e6f9564b9455d2f | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Jun 01 14:45:58 2011 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Jun 01 19:19:19 2011 +0100 |
tree | 9dbd1e24f1905048aa38e67ab44dbccc91f9a3e0 | |
parent | 37aa716a57f7c1fe5deaedff242e04f5a0f26b54 [diff] |
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>