Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) failed like this: sound/soc/codecs/spdif_receiver.o: In function `init_module': spdif_receiver.c:(.init.text+0x0): multiple definition of `init_module' sound/soc/codecs/spdif_transciever.o:spdif_transciever.c:(.init.text+0x0): first defined here sound/soc/codecs/spdif_receiver.o: In function `cleanup_module': spdif_receiver.c:(.exit.text+0x0): multiple definition of `cleanup_module' sound/soc/codecs/spdif_transciever.o:spdif_transciever.c:(.exit.text+0x0): first defined here Caused by commit cdf605255c2b ("ASoC: spdif_receiver: Add support for spdif in Audio Codec"). I have used the sound-asoc tree from next-20120628 for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au