aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/dvb-usb-v2/af9035.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2013-02-03 13:46:56 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-21 18:56:42 -0300
commitdf8f1be14fa68f99b426c7c413a60fb368b8c522 (patch)
tree1f1b02eceefbfb2589a6f271e40abf9c8c8b07ca /drivers/media/usb/dvb-usb-v2/af9035.h
parent[media] af9033: IT9135 v2 supported related changes (diff)
downloadlinux-dev-df8f1be14fa68f99b426c7c413a60fb368b8c522.tar.xz
linux-dev-df8f1be14fa68f99b426c7c413a60fb368b8c522.zip
[media] af9035: IT9135 dual tuner related changes
Now it supports IT9135 based dual tuner devices. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/dvb-usb-v2/af9035.h')
-rw-r--r--drivers/media/usb/dvb-usb-v2/af9035.h3
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 7e49e1ad2814..2f7d269c7d60 100644
--- a/drivers/media/usb/dvb-usb-v2/af9035.h
+++ b/drivers/media/usb/dvb-usb-v2/af9035.h
@@ -56,10 +56,11 @@ struct state {
#define BUF_LEN 64
u8 buf[BUF_LEN];
u8 seq; /* packet sequence number */
- bool dual_mode;
u8 prechip_version;
u8 chip_version;
u16 chip_type;
+ bool dual_mode;
+ u16 eeprom_addr;
struct af9033_config af9033_config[2];
};