commit | 3bcfd222f6f0c8758f369ce0db23fa3287db59a6 | [log] [tgz] |
---|---|---|
author | Jeremy McDermond <nh6z@nh6z.net> | Mon Apr 18 17:24:05 2016 -0700 |
committer | Mark Brown <broonie@kernel.org> | Tue Apr 19 10:54:43 2016 +0100 |
tree | 1837c8e4651eae4fc36006fa6893114e79209309 | |
parent | ec513886411e4fc47f98607a1bc79b72899710c4 [diff] |
ASoC: tlv320aic32x4: Break out I2C support into separate module To prepare for abstracting adding SPI support, the I2C pieces needs to be in its own moudle. This patch moves common probe code into aic32x4_probe and common removal code into aic32x4_remove. It also creates a static regmap config structure to be copied in the I2C specific driver. Signed-off-by: Jeremy McDermond <nh6z@nh6z.net> Signed-off-by: Mark Brown <broonie@kernel.org>