WSL2-Linux-Kernel/sound/soc/omap
Arnd Bergmann 500413c509
ASoC: omap: fix compile-test building
The newly introduced driver causes a harmless Kconfig warning when
compile-testing random configurations:

WARNING: unmet direct dependencies detected for SND_SDMA_SOC
  Depends on [n]: SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && DMA_OMAP [=n]
  Selected by [y]:
  - SND_OMAP_SOC [=y] && SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && (ARCH_OMAP [=y] && DMA_OMAP [=n] || ARM [=y] && COMPILE_TEST [=y])

By simply allow build testing without DMA_OMAP, we can shut up that warning.

Fixes: dde637f2da ("ASoC: omap: Introduce the generic_dmaengine_pcm based sdma-pcm")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
2018-05-25 18:34:46 +01:00
..
Kconfig ASoC: omap: fix compile-test building 2018-05-25 18:34:46 +01:00
Makefile ASoC: omap: Delete the obsolete omap-pcm 2018-05-11 11:26:25 +09:00
am3517evm.c
ams-delta.c
mcbsp.c
mcbsp.h
n810.c ASoC: omap: n810: HS mic is not working, add a widget for it with comment 2018-04-27 11:58:15 +01:00
omap-abe-twl6040.c
omap-dmic.c ASoC: omap-dmic: Convert to use the sdma-pcm instead of omap-pcm 2018-05-09 18:22:00 +09:00
omap-dmic.h
omap-hdmi-audio.c ASoC: omap-hdmi-audio: Convert to use the sdma-pcm instead of omap-pcm 2018-05-09 18:22:00 +09:00
omap-mcbsp.c ASoC: omap-mcbsp: Convert to use the sdma-pcm instead of omap-pcm 2018-05-09 18:22:00 +09:00
omap-mcbsp.h
omap-mcpdm.c ASoC: omap-mcpdm: Convert to use the sdma-pcm instead of omap-pcm 2018-05-09 18:22:00 +09:00
omap-mcpdm.h
omap-twl4030.c
omap3pandora.c
osk5912.c
rx51.c
sdma-pcm.c ASoC: omap: sdma-pcm: Correction for the include files 2018-05-17 13:28:58 +09:00
sdma-pcm.h ASoC: omap: Introduce the generic_dmaengine_pcm based sdma-pcm 2018-05-09 18:22:00 +09:00