commit | c973b8a7dc50ace86393f209b19aa7fd0bfaf66b | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Mon Oct 06 23:09:47 2014 +0800 |
committer | Mark Brown <broonie@kernel.org> | Mon Oct 20 12:20:02 2014 +0100 |
tree | 8f7ff632abab96bc1b20918f2805aa2d8949903c | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 [diff] |
ASoC: cs4271: Split SPI and I2C code into different modules Currently the cs4271 driver depends on SND_SOC_I2C_AND_SPI. So the driver cannot be built as built-in if CONFIG_I2C=m. Split SPI and I2C code into different modules to avoid this issue. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Brian Austin <brian.austin@cirrus.com> Signed-off-by: Mark Brown <broonie@kernel.org>