ASoC: arizona: Move request of DSP IRQ into bus probe
commit0809492e894f18cb19f8811f202e95d08e83b7af
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Wed, 26 Oct 2016 09:59:58 +0000 (26 10:59 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 26 Oct 2016 10:07:12 +0000 (26 11:07 +0100)
tree862f0238cc88b262128dd270ff781899bb82cb67
parent31833ead95c2c0a374f35a8ae8148c00459a0d49
ASoC: arizona: Move request of DSP IRQ into bus probe

It is more idiomatic to request all resources in the bus level probe,
this patch moves the request of the DSP compressed data IRQ from the
ASoC level probe into the bus level probe.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs47l24.c
sound/soc/codecs/wm5102.c
sound/soc/codecs/wm5110.c