Oops ....I just found that all kbuild mails were sent to this mailbox as I changed the address for recent patches...
Fabio, thank you for covering me
. Nicolin
On Wed, Jul 30, 2014 at 10:27 PM, Fabio Estevam festevam@gmail.com wrote:
From: Fabio Estevam fabio.estevam@freescale.com
Building a kernel with SND_SOC_GENERIC_DMAENGINE_PCM=n leads to the
following
error:
ERROR: "snd_dmaengine_pcm_prepare_slave_config"
[sound/soc/fsl/snd-soc-fsl-asrc.ko] undefined!
Let SND_SOC_FSL_ASRC select SND_SOC_GENERIC_DMAENGINE_PCM in order to fix
such
error.
Reported-by: kbuild test robot fengguang.wu@intel.com Signed-off-by: Fabio Estevam fabio.estevam@freescale.com
sound/soc/fsl/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 2fb8a43..f54a8fc 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -5,6 +5,7 @@ comment "Common SoC Audio options for Freescale CPUs:" config SND_SOC_FSL_ASRC tristate "Asynchronous Sample Rate Converter (ASRC) module
support"
select REGMAP_MMIO
select SND_SOC_GENERIC_DMAENGINE_PCM help Say Y if you want to add Asynchronous Sample Rate Converter
(ASRC)
support for the Freescale CPUs.
-- 1.9.1