diff options
author | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-04-18 16:47:10 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 00:58:45 -0400 |
commit | a98af2246b3d0e85566b3b489ffbc8018b21b4a3 (patch) | |
tree | c623cf3b886fdff23157c57310977f311f408a95 /drivers/media/dvb/frontends/s5h1420.h | |
parent | 74349bef1a5b5a287721a42bec08c226b095e8b0 (diff) |
V4L/DVB (3859): Convert s5h1420 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/s5h1420.h')
-rw-r--r-- | drivers/media/dvb/frontends/s5h1420.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/dvb/frontends/s5h1420.h b/drivers/media/dvb/frontends/s5h1420.h index 73296f13c324..4e39015fa67e 100644 --- a/drivers/media/dvb/frontends/s5h1420.h +++ b/drivers/media/dvb/frontends/s5h1420.h | |||
@@ -32,10 +32,6 @@ struct s5h1420_config | |||
32 | 32 | ||
33 | /* does the inversion require inversion? */ | 33 | /* does the inversion require inversion? */ |
34 | u8 invert:1; | 34 | u8 invert:1; |
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, u32* freqout); | ||
39 | }; | 35 | }; |
40 | 36 | ||
41 | extern struct dvb_frontend* s5h1420_attach(const struct s5h1420_config* config, | 37 | extern struct dvb_frontend* s5h1420_attach(const struct s5h1420_config* config, |