[PATCH] ASoC: fsl: add COMPILE_TEST for SND_SOC_FSL_ASRC
Randy Dunlap
rdunlap at infradead.org
Sun Oct 3 05:04:04 CEST 2021
Geert pointed out that since sound/soc has the soc_dummy_driver for
NO_DMA platforms, it is possible (desirable) to have drivers that
depend on HAS_DMA to alternately depend on COMPILE_TEST.
This means that SND_ATMEL_FSL_ASRC can depend on HAS_DMA || COMPIE_TEST.
Fixes: 121a01521b1e ("ASoC: fsl: fix build failure")
Signed-off-by: Randy Dunlap <rdunlap at infradead.org>
Suggested-by: Geert Uytterhoeven <geert at linux-m68k.org>
Cc: Liam Girdwood <lgirdwood at gmail.com>
Cc: Mark Brown <broonie at kernel.org>
Cc: alsa-devel at alsa-project.org
Cc: Nicolin Chen <nicoleotsuka at gmail.com>
Cc: Xiubo Li <Xiubo.Lee at gmail.com>
Cc: Sudip Mukherjee <sudip.mukherjee at codethink.co.uk>
Cc: Shengjiu Wang <shengjiu.wang at nxp.com>
Cc: Fabio Estevam <festevam at gmail.com>
---
sound/soc/fsl/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20211001.orig/sound/soc/fsl/Kconfig
+++ linux-next-20211001/sound/soc/fsl/Kconfig
@@ -5,7 +5,7 @@ comment "Common SoC Audio options for Fr
config SND_SOC_FSL_ASRC
tristate "Asynchronous Sample Rate Converter (ASRC) module support"
- depends on HAS_DMA
+ depends on HAS_DMA || COMPILE_TEST
select REGMAP_MMIO
select SND_SOC_GENERIC_DMAENGINE_PCM
help
More information about the Alsa-devel
mailing list