From: Fabio Estevam Date: Tue, 30 Sep 2014 19:52:15 +0000 (-0300) Subject: ASoC: fsl: Do not force codecs selection by SND_SOC_FSL_ASOC_CARD X-Git-Tag: fixes-against-v3.18-rc2~128^2~8^2~6^6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c05a11f7b8b5bc67f2c9f726c52b59f67b1bfe7d;p=pandora-kernel.git ASoC: fsl: Do not force codecs selection by SND_SOC_FSL_ASOC_CARD The wm8962 driver uses the input subsystem, but it is selected by SND_SOC_FSL_ASOC_CARD, which can be built with CONFIG_INPUT disabled, resulting in this link error: ERROR: "input_event" [sound/soc/codecs/snd-soc-wm8962.ko] undefined! ERROR: "input_register_device" [sound/soc/codecs/snd-soc-wm8962.ko] undefined! ERROR: "devm_input_allocate_device" [sound/soc/codecs/snd-soc-wm8962.ko] undefined! Do not force the selection of the codecs by SND_SOC_FSL_ASOC_CARD to avoid such problem. Reported-by: Arnd Bergmann Signed-off-by: Fabio Estevam Signed-off-by: Mark Brown --- Reading git-diff-tree failed