aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/mt2060_priv.h
diff options
context:
space:
mode:
authorOlivier DANET <odanet@caramail.com>2006-08-08 15:48:10 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-09-26 11:53:45 -0300
commit46f73f936665ab26c8501634e6aa34464fcc1521 (patch)
tree540ad8149d7460f0d0adf90c9294bc3e59716bf0 /drivers/media/dvb/frontends/mt2060_priv.h
parent83fa907963662ecaade803cec4c9c3e14b69ad7d (diff)
V4L/DVB: Update for MT2060 to use dvb_tuner_ops
new tuner api minor fixes for tuning Signed-off-by: Olivier DANET <odanet@caramail.com> Signed-off-by: Patrick Boettcher <pb@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/mt2060_priv.h')
-rw-r--r--drivers/media/dvb/frontends/mt2060_priv.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/mt2060_priv.h b/drivers/media/dvb/frontends/mt2060_priv.h
index 47e691e44b7..5eaccdefd0b 100644
--- a/drivers/media/dvb/frontends/mt2060_priv.h
+++ b/drivers/media/dvb/frontends/mt2060_priv.h
@@ -92,4 +92,14 @@
#define PART_REV 0x63 // The current driver works only with PART=6 and REV=3 chips
+struct mt2060_priv {
+ struct mt2060_config *cfg;
+ struct i2c_adapter *i2c;
+
+ u32 frequency;
+ u32 bandwidth;
+ u16 if1_freq;
+ u8 fmfreq;
+};
+
#endif