linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / media / dvb / frontends / cx24110.h
index b354a64..b63ecf2 100644 (file)
@@ -31,6 +31,10 @@ struct cx24110_config
 {
        /* the demodulator's i2c address */
        u8 demod_address;
+
+       /* PLL maintenance */
+       int (*pll_init)(struct dvb_frontend* fe);
+       int (*pll_set)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params);
 };
 
 extern struct dvb_frontend* cx24110_attach(const struct cx24110_config* config,