vserver 2.0 rc7
[linux-2.6.git] / drivers / media / dvb / frontends / tda1004x.h
index e452fc0..c8e1d54 100644 (file)
@@ -32,10 +32,13 @@ struct tda1004x_config
        u8 demod_address;
 
        /* does the "inversion" need inverted? */
-       u8 invert:1;
+       u8 invert;
 
        /* Does the OCLK signal need inverted? */
-       u8 invert_oclk:1;
+       u8 invert_oclk;
+
+       /* value of N_I2C of the CONF_PLL3 register */
+       u8 n_i2c;
 
        /* PLL maintenance */
        int (*pll_init)(struct dvb_frontend* fe);