[media] af9035: add support for 1st gen it9135
[firefly-linux-kernel-4.4.55.git] / drivers / media / usb / dvb-usb-v2 / af9035.h
index 29f3eec22c2c6be7f787219bb917d46cbf2dab0f..1b2f69f594f39fbd42cef1980e1958275afd04a2 100644 (file)
@@ -30,6 +30,7 @@
 #include "mxl5007t.h"
 #include "tda18218.h"
 #include "fc2580.h"
+#include "it913x.h"
 
 struct reg_val {
        u32 reg;
@@ -52,6 +53,8 @@ struct usb_req {
 };
 
 struct state {
+#define BUF_LEN 64
+       u8 buf[BUF_LEN];
        u8 seq; /* packet sequence number */
        bool dual_mode;
        struct af9033_config af9033_config[2];