OSDN Git Service

ASoC: rsnd: don't use devm_request_irq() for SSI
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 25 Oct 2016 00:36:34 +0000 (00:36 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 25 Oct 2016 14:02:43 +0000 (15:02 +0100)
commit701172dca15ba9860ba73d3e18082fbd2a78f2c9
treeb112f545bdd07a8631699cb9ce2288552b592137
parentb99305d20122174c9fd0469bae036f0c401999b5
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>
sound/soc/sh/rcar/ssi.c