On Thu, Aug 15, 2013 at 5:20 PM, Ben Hutchings <[email protected]> wrote: > The build of linux 3.11~rc4-1~exp1 > https://buildd.debian.org/status/fetch.php?pkg=linux&arch=armhf&ver=3.11~rc4-1~exp1&stamp=1376523445 > ended with errors from modpost: > > ERROR: "imx_pcm_fiq_init" [sound/soc/fsl/snd-soc-imx-ssi.ko] undefined! > ERROR: "imx_pcm_dma_init" [sound/soc/fsl/snd-soc-imx-ssi.ko] undefined! > ERROR: "imx_pcm_fiq_exit" [sound/soc/fsl/snd-soc-imx-ssi.ko] undefined! > ERROR: "imx_pcm_dma_exit" [sound/soc/fsl/snd-soc-imx-ssi.ko] undefined! > ERROR: "imx_pcm_dma_init" [sound/soc/fsl/snd-soc-fsl-ssi.ko] undefined! > ERROR: "imx_pcm_dma_exit" [sound/soc/fsl/snd-soc-fsl-ssi.ko] undefined! > > These functions are defined in sound/soc/fsl/imx-pcm-{dma,fiq}.c which > are compiled into this kernel image. And the functions are exported. > Any ideas why this is failing?
Ben, This is fixed in the sound next branch: https://git.kernel.org/cgit/linux/kernel/git/broonie/sound.git/commit/?h=for-next&id=3f1a91aa25579ba5e7268a47a73d2a83e4802c62 for v3.11-rc5 i just have them both built-in.. CONFIG_SND_SOC_IMX_SSI=y CONFIG_SND_SOC_IMX_PCM_DMA=y But after a quick search i couldn't find your v3.11-rc5 config to do a full config diff.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/caochtyipkq-pd8zmfrkx6io5i+ubgcn37c-tir3zdtytido...@mail.gmail.com

