]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/tuner-driver.h
V4L/DVB (6129): tda8290: convert from tuner sub-driver into dvb_frontend module
[linux-2.6-omap-h63xx.git] / drivers / media / video / tuner-driver.h
index 3cd1d446f2f34173ce2e0df35ca997f1cc425262..05d5f85756731520a11c5b15c052c1c2ff9ec19e 100644 (file)
@@ -25,6 +25,7 @@
 #include <linux/videodev2.h>
 #include <linux/i2c.h>
 #include "tuner-i2c.h"
+#include "dvb_frontend.h"
 
 extern unsigned const int tuner_count;
 
@@ -58,6 +59,8 @@ struct tuner {
        int          using_v4l2;
        void *priv;
 
+       struct dvb_frontend fe;
+
        /* used by tda9887 */
        unsigned int       tda9887_config;
 
@@ -75,9 +78,6 @@ extern int tda9887_tuner_init(struct tuner *t);
 
 extern int microtune_init(struct tuner *t);
 
-extern int tda8290_init(struct tuner *t);
-extern int tda8290_probe(struct tuner *t);
-
 extern int tea5761_tuner_init(struct tuner *t);
 extern int tea5761_autodetection(struct tuner *t);