aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/mt312.h
diff options
context:
space:
mode:
authorAndrew de Quincey <adq_dvb@lidskialf.net>2006-04-18 16:47:09 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 00:58:35 -0400
commita81870e00bf502db2c579dcb9721adab3775ba58 (patch)
treef235348748b929e42aadc6a2dd5314fa6308b689 /drivers/media/dvb/frontends/mt312.h
parent0244422220f149d2e930deab89515fd5ca9a6bdd (diff)
V4L/DVB (3849): Convert mt312 to refactored tuner code
Convert to tuner_ops calls. Remove pll function pointers from structure. Remove unneeded tuner calls. Add i2c gate control function. Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/mt312.h')
-rw-r--r--drivers/media/dvb/frontends/mt312.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/dvb/frontends/mt312.h b/drivers/media/dvb/frontends/mt312.h
index 074d844f0139..666a1bd1c244 100644
--- a/drivers/media/dvb/frontends/mt312.h
+++ b/drivers/media/dvb/frontends/mt312.h
@@ -32,10 +32,6 @@ struct mt312_config
32{ 32{
33 /* the demodulator's i2c address */ 33 /* the demodulator's i2c address */
34 u8 demod_address; 34 u8 demod_address;
35
36 /* PLL maintenance */
37 int (*pll_init)(struct dvb_frontend* fe);
38 int (*pll_set)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params);
39}; 35};
40 36
41struct dvb_frontend* vp310_mt312_attach(const struct mt312_config* config, 37struct dvb_frontend* vp310_mt312_attach(const struct mt312_config* config,