Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / drivers / media / dvb / frontends / zl10353.h
index 9770cb8..5cc4ae7 100644 (file)
@@ -29,8 +29,10 @@ struct zl10353_config
        /* demodulator's I2C address */
        u8 demod_address;
 
-       /* set if no pll is connected to the secondary i2c bus */
-       int no_tuner;
+       /* function which configures the PLL buffer (for secondary I2C
+        * connected tuner) or tunes the PLL (for direct connected tuner) */
+       int (*pll_set)(struct dvb_frontend *fe,
+                      struct dvb_frontend_parameters *params, u8 *pllbuf);
 };
 
 extern struct dvb_frontend* zl10353_attach(const struct zl10353_config *config,