linux-hardened/sound/soc/intel
Stephen Warren f410d5c953 ASoC: Intel: don't select RT5640 if !I2C
The rt5640 driver won't compile without I2C enabled. Hence, the Intel
Haswell and Baytrail+RT5640 ASoC drivers must also depend on I2C, since
these select RT5640.

This solves:
sound/soc/codecs/rt5640.c:2220:1: warning: data definition has no type or storage class [enabled by default]
sound/soc/codecs/rt5640.c:2220:1: error: type defaults to ‘int’ in declaration of ‘module_i2c_driver’ [-Werror=implicit-int]
sound/soc/codecs/rt5640.c:2220:1: warning: parameter names (without types) in function declaration [enabled by default]
sound/soc/codecs/rt5640.c:2210:26: warning: ‘rt5640_i2c_driver’ defined but not used [-Wunused-variable]

Reported-by: Jim Davis <jim.epost@gmail.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
2014-03-13 09:45:09 +00:00
..
byt-rt5640.c ASoC: Intel: byt-rt5640: Use init time DAI format 2014-02-26 08:49:08 +09:00
haswell.c ASoC: Intel: Use .dai_fmt for setting Haswell BE format. 2014-03-07 10:51:05 +08:00
Kconfig ASoC: Intel: don't select RT5640 if !I2C 2014-03-13 09:45:09 +00:00
Makefile ASoC: Intel: Add build support for Baytrail SST 2014-02-25 13:44:44 +09:00
mfld_machine.c ASoC: Rename mid-x86 directory to intel 2013-11-24 13:44:19 +00:00
sst-acpi.c ASoC: Intel: sst-acpi: Fix Oops in case of missing firmware 2014-02-26 08:45:35 +09:00
sst-baytrail-dsp.c ASoC: Intel: Add Intel Baytrail SST DSP support 2014-02-25 13:44:31 +09:00
sst-baytrail-ipc.c ASoC: Baytrail: fix error handling in sst_byt_dsp_init() 2014-03-06 12:22:21 +08:00
sst-baytrail-ipc.h ASoC: Intel: Add Intel Baytrail SST DSP IPC support 2014-02-25 13:44:34 +09:00
sst-baytrail-pcm.c ASoC: Intel: Add Intel Baytrail SST PCM platform driver 2014-02-25 13:44:36 +09:00
sst-dsp-priv.h ASoC: Intel: Add Intel Baytrail SST DSP support 2014-02-25 13:44:31 +09:00
sst-dsp.c ASoC: Intel: Add support for Haswell/Broadwell DSP 2014-02-22 11:22:21 +09:00
sst-dsp.h ASoC: Intel: Add Baytrail SST ID and Baytrail specific register bits 2014-02-25 13:44:27 +09:00
sst-firmware.c ASoC: Intel: sst-firmware: missing curly braces (harmless) 2014-02-26 08:45:39 +09:00
sst-haswell-dsp.c ASoC: Intel: Clean up indentation for Haswell machine driver/Kconfig 2014-03-07 10:51:05 +08:00
sst-haswell-ipc.c ASoC: Intel: Check Haswell IPC process_reply/notification return value. 2014-03-07 10:51:05 +08:00
sst-haswell-ipc.h ASoC: Intel: Add Haswell/Broadwell IPC 2014-02-22 11:22:25 +09:00
sst-haswell-pcm.c ASoC: Intel: Add Haswell and Broadwell PCM platform driver 2014-02-22 11:22:25 +09:00
sst-mfld-dsp.h ASoC: Intel: Add a mfld prefix to Intel SST drivers. 2014-02-12 15:09:49 +00:00
sst-mfld-platform.c ASoC: Intel: Add a mfld prefix to Intel SST drivers. 2014-02-12 15:09:49 +00:00
sst-mfld-platform.h ASoC: Intel: Add a mfld prefix to Intel SST drivers. 2014-02-12 15:09:49 +00:00