diff options
Diffstat (limited to 'drivers/media/usb/dvb-usb-v2/af9035.h')
-rw-r--r-- | drivers/media/usb/dvb-usb-v2/af9035.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/af9035.h b/drivers/media/usb/dvb-usb-v2/af9035.h index 75ef1ec13fbf..29f3eec22c2c 100644 --- a/drivers/media/usb/dvb-usb-v2/af9035.h +++ b/drivers/media/usb/dvb-usb-v2/af9035.h | |||
@@ -26,6 +26,7 @@ | |||
26 | #include "af9033.h" | 26 | #include "af9033.h" |
27 | #include "tua9001.h" | 27 | #include "tua9001.h" |
28 | #include "fc0011.h" | 28 | #include "fc0011.h" |
29 | #include "fc0012.h" | ||
29 | #include "mxl5007t.h" | 30 | #include "mxl5007t.h" |
30 | #include "tda18218.h" | 31 | #include "tda18218.h" |
31 | #include "fc2580.h" | 32 | #include "fc2580.h" |
@@ -53,7 +54,6 @@ struct usb_req { | |||
53 | struct state { | 54 | struct state { |
54 | u8 seq; /* packet sequence number */ | 55 | u8 seq; /* packet sequence number */ |
55 | bool dual_mode; | 56 | bool dual_mode; |
56 | |||
57 | struct af9033_config af9033_config[2]; | 57 | struct af9033_config af9033_config[2]; |
58 | }; | 58 | }; |
59 | 59 | ||
@@ -91,6 +91,7 @@ u32 clock_lut_it9135[] = { | |||
91 | /* EEPROM locations */ | 91 | /* EEPROM locations */ |
92 | #define EEPROM_IR_MODE 0x430d | 92 | #define EEPROM_IR_MODE 0x430d |
93 | #define EEPROM_DUAL_MODE 0x4326 | 93 | #define EEPROM_DUAL_MODE 0x4326 |
94 | #define EEPROM_2ND_DEMOD_ADDR 0x4327 | ||
94 | #define EEPROM_IR_TYPE 0x4329 | 95 | #define EEPROM_IR_TYPE 0x4329 |
95 | #define EEPROM_1_IFFREQ_L 0x432d | 96 | #define EEPROM_1_IFFREQ_L 0x432d |
96 | #define EEPROM_1_IFFREQ_H 0x432e | 97 | #define EEPROM_1_IFFREQ_H 0x432e |