]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rt5659: Fix irq leak
authorAxel Lin <axel.lin@ingics.com>
Tue, 12 Jan 2016 07:55:17 +0000 (15:55 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 13 Jan 2016 12:40:56 +0000 (12:40 +0000)
commit71d532a832246f4d60010f4c4392f32ee129d312
treede1674bbab343f6e6943a75ea0957a7ba7221800
parent381225b3f494f47c0a30b3c28237e71725598474
ASoC: rt5659: Fix irq leak

Use devm_request_threaded_irq to ensure the irq is freed when unload the
module. The rt5659->i2c is no longer used after this conversion, thus
remove it as well.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt5659.c
sound/soc/codecs/rt5659.h