]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: arizona: Move request of speaker IRQs into bus probe
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Wed, 26 Oct 2016 09:59:57 +0000 (10:59 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 26 Oct 2016 10:07:11 +0000 (11:07 +0100)
commit463ffe4c0cebba356a80c7f618e76b9e807bad85
tree93db65f3eacb7550850f5422190afc4656cc7079
parent33da52755b84daa7c8a4fb75422a66c25aba6dd5
ASoC: arizona: Move request of speaker IRQs into bus probe

It is more idiomatic to request all resources in the bus level probe,
this patch moves the request of the speaker thermal event IRQs 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/arizona.c
sound/soc/codecs/arizona.h
sound/soc/codecs/cs47l24.c
sound/soc/codecs/wm5102.c
sound/soc/codecs/wm5110.c
sound/soc/codecs/wm8997.c
sound/soc/codecs/wm8998.c