if you are using 3.4 just add it to "platform_add_devices" in arch/arm/plat-sunxi/devices.c
On Thu, Jun 19, 2014 at 8:41 PM, Puneet B <[email protected]> wrote: > Hi all, > > I able to find the problem, it is because probe function of tlv320aic3x.c > is not calling. > so i am not able register it and also there is no board specific file > under arch/arm/ to assign i2c probe manually. > like > > vim ./arch/arm/mach-s3c64xx/mach-crag6410-module.c > > static struct i2c_board_info mxc_i2c0_board_info[] __initdata = { > { > I2C_BOARD_INFO("sgtl5000", 0x14), > },}; > > > So how can i make probe of my external codec. > Your help will be greatly appreciable. > > Regards > Punith > > -- > You received this message because you are subscribed to the Google Groups > "linux-sunxi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
