[PATCH] ASoC: davinci: vcif must be a module if SND_DAVINCI_SOC is

2014-09-29 Thread Arnd Bergmann
It is possible to configure a kernel with SND_DAVINCI_SOC=m and SND_DM365_VOICE_CODEC=y, which results in a link error: sound/built-in.o: In function `davinci_vcif_probe': sound/soc/davinci/davinci-vcif.c:223: undefined reference to `davinci_soc_platform_register' The best way to avoid this is

Re: [PATCH] ASoC: davinci: vcif must be a module if SND_DAVINCI_SOC is

2014-09-29 Thread Mark Brown
On Mon, Sep 29, 2014 at 05:32:17PM +0200, Arnd Bergmann wrote: It is possible to configure a kernel with SND_DAVINCI_SOC=m and SND_DM365_VOICE_CODEC=y, which results in a link error: Applied, thanks. signature.asc Description: Digital signature ___