Hi Punith B,

which i2c pin did you use?

On Saturday, September 27, 2014 8:19:22 AM UTC+3, Puneet B wrote:
>  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.

Reply via email to