commit | 7a7f0ba03d521ac2d36c9015278bc35657b3dcc9 | [log] [tgz] |
---|---|---|
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | Fri Sep 19 14:48:17 2014 +0300 |
committer | Mark Brown <broonie@kernel.org> | Wed Sep 24 09:37:17 2014 +0100 |
tree | 5add4c7c908d39ab7912d8aed951ad2cd7168049 | |
parent | b8a3ee820f7b0802c9b90a9f3426dbda54e93d09 [diff] |
ASoC: max98090: Move interrupt request from codec probe to i2c probe 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>