commit | 701172dca15ba9860ba73d3e18082fbd2a78f2c9 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Tue Oct 25 00:36:34 2016 +0000 |
committer | Mark Brown <broonie@kernel.org> | Tue Oct 25 15:02:43 2016 +0100 |
tree | b112f545bdd07a8631699cb9ce2288552b592137 | |
parent | b99305d20122174c9fd0469bae036f0c401999b5 [diff] |
ASoC: rsnd: don't use devm_request_irq() for SSI SSI will use DMA mode, and migh be fallback to PIO mode. Using devm_request_irq() makes its operation more complex when it fallbacks to PIO mode. Let's use manual request_irq()/free_irq() Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>