linux/sound/soc/davinci
Arnd Bergmann f9a7ba3269 ASoC: davinci: fix DM365_EVM codec selection
An earlier bug fix of mine made the SND_DM365_VOICE_CODEC symbol
tristate to avoid creating an undefined reference from the
davinci-vcif.c driver to the davinci_soc_platform_register
function that may be in a module.

However, this may now lead to a different error on randconfig
kernels:

"warning: SND_DM365_VOICE_CODEC creates inconsistent choice state"

This happens because we now have a choice statement with
one bool and one tristate option, and the latter might not
support being set to 'y' because of dependencies.

This new change turns the other option into 'tristate' as well,
which avoids the problem.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 19926c6de0 ("ASoC: davinci: vcif must be a module if SND_DAVINCI_SOC is")
Signed-off-by: Mark Brown <broonie@kernel.org>
2015-01-29 11:51:29 +00:00
..
davinci-evm.c ASoC: davinci: drop owner assignment from platform_drivers 2014-10-20 16:22:07 +02:00
davinci-i2s.c ASoC: davinci: drop owner assignment from platform_drivers 2014-10-20 16:22:07 +02:00
davinci-i2s.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
davinci-mcasp.c ASoC: davinci-mcasp: Support for combined tx/rx interrupt line 2014-12-30 16:44:11 +00:00
davinci-mcasp.h ASoC: davinci-mcasp: Add overrun/underrun event handling 2014-11-12 14:55:00 +00:00
davinci-pcm.c ASoC: davinci-pcm: Convert to use devm_snd_soc_register_platform() 2014-04-22 12:51:22 +01:00
davinci-pcm.h ASoC: davinci-pcm: Convert to use devm_snd_soc_register_platform() 2014-04-22 12:51:22 +01:00
davinci-vcif.c ASoC: davinci: drop owner assignment from platform_drivers 2014-10-20 16:22:07 +02:00
edma-pcm.c ASoC: edma-pcm: Include edma-pcm.h 2014-08-17 09:31:06 -05:00
edma-pcm.h ASoC: edma-pcm: Add empty functions for !CONFIG_SND_EDMA_SOC builds 2014-07-16 22:09:08 +01:00
Kconfig ASoC: davinci: fix DM365_EVM codec selection 2015-01-29 11:51:29 +00:00
Makefile ASoC: davinci-mcasp: Use dmaengine based platform driver for AM335x/447x 2014-07-16 22:09:13 +01:00