]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/media/video/tuner-driver.h
V4L/DVB (6128): hybrid tuner refactoring core changes, phase 1
[karo-tx-linux.git] / drivers / media / video / tuner-driver.h
index 3cd1d446f2f34173ce2e0df35ca997f1cc425262..d4c02b4abe71486b9ec5957fa83957eeff72baae 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;