]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: wm5102: Free compressed IRQ in CODEC remove
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Fri, 15 Apr 2016 12:11:57 +0000 (13:11 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 15 Apr 2016 17:01:02 +0000 (18:01 +0100)
commitab9f87c413c297cb9e7d544e0e634aaadc7fb87d
treefc78e08829db5744c1cca77c7c3ac36013c497f5
parent54dca7015a7d6c09d34623c6ec61de30896186dd
ASoC: wm5102: Free compressed IRQ in CODEC remove

We request one of the DSP IRQs during CODEC probe, as such we should
free it during CODEC remove, this patch does so.

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