At Wed, 18 Feb 2009 13:22:08 +0100, I wrote:
At Wed, 18 Feb 2009 13:18:23 +0100, I wrote:
At Wed, 18 Feb 2009 12:01:37 +0000, Mark Brown wrote:
The following changes since commit f1464ede550b8fda75086cb9bacf8d60fc9f6780: Takashi Iwai (1): Merge branch 'for-2.6.30' of git://git.kernel.org/.../broonie/sound-2.6 into topic/asoc
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.30
Pulled now. Thanks.
I get the following warning with my build test: sound/soc/codecs/wm8731.c:611: warning: 'wm8731_unregister' defined but not used
Could you fix it?
... and pxa/* drivers don't build. Missing i2c updates?
sound/soc/pxa/corgi.c: In function 'wm8731_i2c_register': sound/soc/pxa/corgi.c:333: error: storage size of 'info' isn't known sound/soc/pxa/corgi.c:337: error: invalid application of 'sizeof' to incomplete type 'struct i2c_board_info' sound/soc/pxa/corgi.c:339: error: 'I2C_NAME_SIZE' undeclared (first use in this function) sound/soc/pxa/corgi.c:339: error: (Each undeclared identifier is reported only once sound/soc/pxa/corgi.c:339: error: for each function it appears in.) sound/soc/pxa/corgi.c:341: error: implicit declaration of function 'i2c_get_adapter' sound/soc/pxa/corgi.c:341: warning: assignment makes pointer from integer without a cast sound/soc/pxa/corgi.c:347: error: implicit declaration of function 'i2c_new_device' sound/soc/pxa/corgi.c:347: warning: assignment makes pointer from integer without a cast sound/soc/pxa/corgi.c:348: error: implicit declaration of function 'i2c_put_adapter' sound/soc/pxa/corgi.c:333: warning: unused variable 'info' sound/soc/pxa/corgi.c: In function 'corgi_init': sound/soc/pxa/corgi.c:368: error: implicit declaration of function 'wm8731_i2c_setup'
Takashi