1
0
Fork 0
alistair23-linux/sound/soc/s6000
Mark Brown 1bb60b3a5a ASoC: s6105-ipcam: Fix build for I2C dependencies
The s6105-ipcam driver calls i2c_register_board_info() which means that
not only does it need I2C to be enabled to be built but since that
symbol is not exported it means that the driver also can't be linked as
a module.  Use a bool instead of a tristate and add a dependency on I2C
to fix these issues.

Commit b5dd60fd26 (ASoC: s6000: Allow to build when COMPILE_TEST is
enabled) made this problem more visible since it enabled build of the
driver on more common architectures but this has always been an issue.

Signed-off-by: Mark Brown <broonie@linaro.org>
2014-07-05 18:00:34 +01:00
..
Kconfig ASoC: s6105-ipcam: Fix build for I2C dependencies 2014-07-05 18:00:34 +01:00
Makefile ASoC: s6000: Allow to build when COMPILE_TEST is enabled 2014-07-04 18:57:58 +01:00
s6000-i2s.c ASoC: s6000-i2s: Fix s6000_i2s_remove() return type 2014-07-04 18:57:57 +01:00
s6000-i2s.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
s6000-pcm.c ASoC: s6000: Don't set unused struct snd_pcm_hardware fields 2013-12-24 12:02:21 +00:00
s6000-pcm.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
s6105-ipcam.c ASoC: s6105-ipcam: Automatically disconnect non-connected pins 2014-07-04 18:57:58 +01:00