ASoC: max98090: Move interrupt request from codec probe to i2c probe
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Fri, 19 Sep 2014 11:48:17 +0000 (14:48 +0300)
committerMark Brown <broonie@kernel.org>
Wed, 24 Sep 2014 08:37:17 +0000 (09:37 +0100)
Keep MAX98090 interrupt requested after i2c device probing as long as the
driver is loaded. This fixes the issue where subsequent codec probe
max98090_probe() call fails in interrupt request since interrupt wasn't
freed over codec remove-reprobe cycle.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

No differences found