lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 15 Aug 2011 13:50:58 +0800
From:	Axel Lin <axel.lin@...il.com>
To:	linux-kernel@...r.kernel.org
Cc:	Hugo Villeneuve <hugo@...ovil.com>,
	Kevin Hilman <khilman@...prootsystems.com>,
	Liam Girdwood <lrg@...mlogic.co.uk>,
	Mark Brown <broonie@...nsource.wolfsonmicro.com>
Subject: [linux-next] ASoC: sound/soc/davinci/davinci-sffsdr.c build failure

Build test with "davinci_all_defconfig" + enable SND_DAVINCI_SOC_SFFSDR.
I got below build error:

  CC [M]  sound/soc/davinci/davinci-sffsdr.o
sound/soc/davinci/davinci-sffsdr.c:118: error: 'DAVINCI_MCBSP_BASE' undeclared here (not in a function)
sound/soc/davinci/davinci-sffsdr.c:124: error: variable 'sffsdr_snd_data' has initializer but incomplete type
sound/soc/davinci/davinci-sffsdr.c:125: error: unknown field 'tx_dma_ch' specified in initializer
sound/soc/davinci/davinci-sffsdr.c:125: warning: excess elements in struct initializer
sound/soc/davinci/davinci-sffsdr.c:125: warning: (near initialization for 'sffsdr_snd_data')
sound/soc/davinci/davinci-sffsdr.c:126: error: unknown field 'rx_dma_ch' specified in initializer
sound/soc/davinci/davinci-sffsdr.c:126: warning: excess elements in struct initializer
sound/soc/davinci/davinci-sffsdr.c:126: warning: (near initialization for 'sffsdr_snd_data')
sound/soc/davinci/davinci-sffsdr.c: In function 'sffsdr_init':
sound/soc/davinci/davinci-sffsdr.c:148: error: invalid application of 'sizeof' to incomplete type 'struct evm_snd_platform_data' 
make[3]: *** [sound/soc/davinci/davinci-sffsdr.o] Error 1
make[2]: *** [sound/soc/davinci] Error 2
make[1]: *** [sound/soc] Error 2
make: *** [sound] Error 2


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ