Hello,

I was looking at the linux-next build results for DaVinci[1], and
noticed that our ASoC driver stopped building on 20 August.

The root cause is that after merging the board parts of the da8xx
support from Chaithrika, I didn't push them to my for-next branch.

So, I went to remedy this, and now I'm getting several other build
failures[2] when combining davinci git and Mark's for-2.6.32 branch.
Are there some outstanding patches that are missing here?

For others to test, I pushed a new 'temp/asoc' branch to DaVinci git
which is my master branch merged with Mark's for-2.6.31 and for-2.6.32
branches (which have been updated since I last merged them.)

Kevin

[1] http://kisskb.ellerman.id.au/kisskb/target/2999/


[2] Build failures/warnings using davinci_all_defconfig on temp/asoc branch:

[...]
  CC [M]  sound/soc/davinci/davinci-i2s.o
/opt/home/khilman/work.local/kernel/davinci/dev/sound/soc/davinci/davinci-i2s.c:
 In function 'davinci_i2s_probe':
/opt/home/khilman/work.local/kernel/davinci/dev/sound/soc/davinci/davinci-i2s.c:504:
 warning: unused variable 'pdata'

[...]
  CC [M]  sound/soc/davinci/davinci-evm.o
distcc[13802] ERROR: compile /tmp/khilman/.ccache/davinci-ev.tmp.vence.13790.i 
on localhost failed
/opt/home/khilman/work.local/kernel/davinci/dev/sound/soc/davinci/davinci-evm.c:215:
 error: unknown field 'i2c_bus' specified in initializer
/opt/home/khilman/work.local/kernel/davinci/dev/sound/soc/davinci/davinci-evm.c:215:
 warning: missing braces around initializer
/opt/home/khilman/work.local/kernel/davinci/dev/sound/soc/davinci/davinci-evm.c:215:
 warning: (near initialization for 'dm6467_evm_aic3x_setup.gpio_func')
/opt/home/khilman/work.local/kernel/davinci/dev/sound/soc/davinci/davinci-evm.c:216:
 error: unknown field 'i2c_address' specified in initializer
/opt/home/khilman/work.local/kernel/davinci/dev/sound/soc/davinci/davinci-evm.c:216:
 warning: excess elements in struct initializer
/opt/home/khilman/work.local/kernel/davinci/dev/sound/soc/davinci/davinci-evm.c:216:
 warning: (near initialization for 'dm6467_evm_aic3x_setup')
/opt/home/khilman/work.local/kernel/davinci/dev/sound/soc/davinci/davinci-evm.c:220:
 error: unknown field 'i2c_bus' specified in initializer
/opt/home/khilman/work.local/kernel/davinci/dev/sound/soc/davinci/davinci-evm.c:220:
 warning: missing braces around initializer
/opt/home/khilman/work.local/kernel/davinci/dev/sound/soc/davinci/davinci-evm.c:220:
 warning: (near initialization for 'da8xx_evm_aic3x_setup.gpio_func')
/opt/home/khilman/work.local/kernel/davinci/dev/sound/soc/davinci/davinci-evm.c:221:
 error: unknown field 'i2c_address' specified in initializer
/opt/home/khilman/work.local/kernel/davinci/dev/sound/soc/davinci/davinci-evm.c:221:
 warning: excess elements in struct initializer
/opt/home/khilman/work.local/kernel/davinci/dev/sound/soc/davinci/davinci-evm.c:221:
 warning: (near initialization for 'da8xx_evm_aic3x_setup')
make[4]: *** [sound/soc/davinci/davinci-evm.o] Error 1
make[3]: *** [sound/soc/davinci] Error 2
make[2]: *** [sound/soc] Error 2
make[1]: *** [sound] Error 2
make[1]: *** Waiting for unfinished jobs....

_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to