diff options
author | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-04-18 16:47:11 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 00:58:54 -0400 |
commit | e994b8d97807536a0f02cff87058d284b29810b7 (patch) | |
tree | ce0a5d8362fd1534f04a9b1cf6518780161de3d7 /drivers/media/dvb/frontends/zl10353.h | |
parent | 605ee41c432e550a4e6a4f6fd82013b2989e36a3 (diff) |
V4L/DVB (3868): Convert zl10353 to refactored tuner code
Convert to tuner_ops calls.
Remove pll function pointers from structure.
Use standardised pllbuf call.
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/zl10353.h')
-rw-r--r-- | drivers/media/dvb/frontends/zl10353.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/media/dvb/frontends/zl10353.h b/drivers/media/dvb/frontends/zl10353.h index 5cc4ae718d8c..63c36ec02adf 100644 --- a/drivers/media/dvb/frontends/zl10353.h +++ b/drivers/media/dvb/frontends/zl10353.h | |||
@@ -28,11 +28,6 @@ struct zl10353_config | |||
28 | { | 28 | { |
29 | /* demodulator's I2C address */ | 29 | /* demodulator's I2C address */ |
30 | u8 demod_address; | 30 | u8 demod_address; |
31 | |||
32 | /* function which configures the PLL buffer (for secondary I2C | ||
33 | * connected tuner) or tunes the PLL (for direct connected tuner) */ | ||
34 | int (*pll_set)(struct dvb_frontend *fe, | ||
35 | struct dvb_frontend_parameters *params, u8 *pllbuf); | ||
36 | }; | 31 | }; |
37 | 32 | ||
38 | extern struct dvb_frontend* zl10353_attach(const struct zl10353_config *config, | 33 | extern struct dvb_frontend* zl10353_attach(const struct zl10353_config *config, |