Hi, Mark,
2010/5/31 Mark Brown broonie@opensource.wolfsonmicro.com
On Thu, May 27, 2010 at 06:13:48PM +0900, Seungwhan Youn wrote:
This patch adds spdif dummy codec driver for using spdif-dit as a stand-alone. Until this, spdif-dit can be used only with other codecs like tlv320aci3x in davinci platform.
Signed-off-by: Seungwhan Youn sw.youn@samsung.com
*sigh*
sound/soc/codecs/spdif_transciever.c:67:29: warning: symbol 'soc_codec_dev_spdif_dit' was not declared. Should it be static? sound/soc/codecs/spdif_transciever.c:95:17: error: undefined identifier 'kzalloc' sound/soc/codecs/spdif_transciever.c:131:9: error: undefined identifier 'kfree' sound/soc/codecs/spdif_transciever.c:139:9: error: undefined identifier 'kfree' CC [M] sound/soc/codecs/spdif_transciever.o sound/soc/codecs/spdif_transciever.c: In function ‘spdif_dit_probe’: sound/soc/codecs/spdif_transciever.c:95: error: implicit declaration of function ‘kzalloc’ sound/soc/codecs/spdif_transciever.c:95: warning: assignment makes pointer from integer without a cast sound/soc/codecs/spdif_transciever.c:131: error: implicit declaration of function ‘kfree’
I've fixed these up.
I'm sorry for missing these. :( Thank you.
Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
BestRegards, claude