Hi Puneet B, Thanks fir your answer.
I am using sunxi 3.4.61-r1 with this patches: RT: http://cb2.autostatic.com/linux-sunxi-rt/patch-3.4.61-sunxi-rt77.diff.gz I2S: http://www.cubieforums.com/index.php/topic,1081.msg12862.html#msg12862 If you like to check the driver for the CS4245 its on github: https://github.com/portalmod/linux-sunxi/tree/sunxi-3.4.61-r1-rt77-i2s-cs4245, but it is still a work in progress. The machine driver is: sound/soc/sunxi/mod-duo.c The codec driver is sound/soc/codecs/cs4245.c Best regards, Rafael Guayer 2014-09-27 2:19 GMT-03:00 Puneet B <[email protected]>: > Hi Rafel, > > The fex file i have attached in my previous post i did not done any > changes. > and here my machine driver . > > in device.c file just add fallowing line. > +static struct i2c_board_info __initdata aic3x_i2c_board_info[] = { > + { > + .type = "tlv320aic31xx", > + .addr = 0x18, > + } > +}; > void __init sw_pdev_init(void) > { > platform_add_devices(sw_pdevs, ARRAY_SIZE(sw_pdevs)); > + i2c_register_board_info(2, aic3x_i2c_board_info, > + ARRAY_SIZE(aic3x_i2c_board_info)); > } > > which kernel you are using?. > > 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. > -- Rafael Guayer www.portalmod.com <http://www.portalmod.com.br> -- 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.
