diff options
author | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-04-19 00:47:09 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 08:58:34 +0400 |
commit | 0244422220f149d2e930deab89515fd5ca9a6bdd (patch) | |
tree | d8cbaf0fc00002b1161115b23919978ed380b848 /drivers/media/dvb/frontends/cx22702.h | |
parent | 5becb3b045c21001eeeec37bae0738d8ede3a882 (diff) | |
download | linux-0244422220f149d2e930deab89515fd5ca9a6bdd.tar.xz |
V4L/DVB (3848): Convert cx22702 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 dvb-pll support - done elsewhere now.
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/cx22702.h')
-rw-r--r-- | drivers/media/dvb/frontends/cx22702.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/media/dvb/frontends/cx22702.h b/drivers/media/dvb/frontends/cx22702.h index 5633976a58f1..7f2f241e5d44 100644 --- a/drivers/media/dvb/frontends/cx22702.h +++ b/drivers/media/dvb/frontends/cx22702.h @@ -39,13 +39,6 @@ struct cx22702_config #define CX22702_PARALLEL_OUTPUT 0 #define CX22702_SERIAL_OUTPUT 1 u8 output_mode; - - /* PLL maintenance */ - u8 pll_address; - struct dvb_pll_desc *pll_desc; - - int (*pll_init)(struct dvb_frontend* fe); - int (*pll_set)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params); }; extern struct dvb_frontend* cx22702_attach(const struct cx22702_config* config, |