diff options
author | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-04-18 16:47:09 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 00:58:35 -0400 |
commit | 58ac7d36179e27d82e067752b792b1cc573fc590 (patch) | |
tree | fbd23af32dc21f395e77740baba757379db27154 /drivers/media/dvb/frontends/stv0297.h | |
parent | a81870e00bf502db2c579dcb9721adab3775ba58 (diff) |
V4L/DVB (3850): Convert stv0297 to refactored tuner code
Convert to tuner_ops calls.
Remove pll function pointers from structure.
Remove unneeded tuner calls.
Add i2c gate control function.
Remove extra exported pll 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/stv0297.h')
-rw-r--r-- | drivers/media/dvb/frontends/stv0297.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/media/dvb/frontends/stv0297.h b/drivers/media/dvb/frontends/stv0297.h index 9e53f019db71..8ff793c90038 100644 --- a/drivers/media/dvb/frontends/stv0297.h +++ b/drivers/media/dvb/frontends/stv0297.h | |||
@@ -37,14 +37,9 @@ struct stv0297_config | |||
37 | 37 | ||
38 | /* does the "inversion" need inverted? */ | 38 | /* does the "inversion" need inverted? */ |
39 | u8 invert:1; | 39 | u8 invert:1; |
40 | |||
41 | /* PLL maintenance */ | ||
42 | int (*pll_init)(struct dvb_frontend* fe); | ||
43 | int (*pll_set)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params); | ||
44 | }; | 40 | }; |
45 | 41 | ||
46 | extern struct dvb_frontend* stv0297_attach(const struct stv0297_config* config, | 42 | extern struct dvb_frontend* stv0297_attach(const struct stv0297_config* config, |
47 | struct i2c_adapter* i2c); | 43 | struct i2c_adapter* i2c); |
48 | extern int stv0297_enable_plli2c(struct dvb_frontend* fe); | ||
49 | 44 | ||
50 | #endif // STV0297_H | 45 | #endif // STV0297_H |