1
0
Fork 0
alistair23-linux/sound/soc/qcom
Arnd Bergmann a7310c496f ASoC: qcom: remove incorrect dependencies
Compile-tests show a warning for the newly added SND_SOC_STORM
symbol:

warning: (SND_SOC_STORM) selects SND_SOC_LPASS_CPU which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && SND_SOC_QCOM)

The problem is that it can be selected for COMPILE_TEST on non-QCOM
builds, but the symbols it selects have a dependency.
Dropping the dependencies makes it work without warnings and no
other side-effects, because these are not user-visible.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: f380dd3f3c ("ASoC: qcom: Add ability to build QCOM drivers")
Signed-off-by: Mark Brown <broonie@kernel.org>
2015-05-21 11:59:53 +01:00
..
Kconfig ASoC: qcom: remove incorrect dependencies 2015-05-21 11:59:53 +01:00
Makefile ASoC: qcom: Add ability to build QCOM drivers 2015-03-16 11:24:47 +00:00
lpass-cpu.c ASoC: qcom: remove unnecessary header files 2015-05-04 13:24:03 +01:00
lpass-lpaif-ipq806x.h ASoC: qcom: add LPASS header files 2015-03-05 17:13:16 +00:00
lpass-platform.c ASoC: qcom: remove unnecessary header files 2015-05-04 13:24:03 +01:00
lpass.h ASoC: qcom: add LPASS header files 2015-03-05 17:13:16 +00:00
storm.c ASoC: qcom: Add Storm machine driver 2015-03-16 11:24:47 +00:00