summaryrefslogtreecommitdiff
path: root/sound/soc/codecs
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-06-04 11:40:40 +0200
committerMark Brown <broonie@linaro.org>2014-06-22 11:52:58 +0100
commit5264d0e6ef0a926eaf11313715c15de737b2f0b3 (patch)
treef04b86d0663f3d109bce24ea46dd985acd1598a8 /sound/soc/codecs
parent7171511eaec5bf23fb06078f59784a3a0626b38f (diff)
downloadlinux-next-5264d0e6ef0a926eaf11313715c15de737b2f0b3.tar.gz
ASoC: samsung: Add I2C dependency for snow
Both codecs used by snow, max98090 and max98095 require the use of I2C, so we can only select this driver if I2C is there, otherwise we get a build error like: codecs/max98090.c:2494:1: warning: data definition has no type or storage class [enabled by default] module_i2c_driver(max98090_i2c_driver); ^ codecs/max98095.c:2443:1: warning: data definition has no type or storage class [enabled by default] module_i2c_driver(max98095_i2c_driver); ^ This adds one more I2C dependency to the hundreds we already have. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Tushar Behera <tushar.behera@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs')
0 files changed, 0 insertions, 0 deletions