diff options
author | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-04-18 21:47:11 +0100 |
---|---|---|
committer | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-04-18 21:47:11 +0100 |
commit | b6c785b318edd67bd77b5c8d3748f827a7935f60 (patch) | |
tree | 4e95457a76abb2ebd5cd1a01048be37c72e93319 /linux/drivers/media/dvb/frontends/zl10353.h | |
parent | ffb483d0d47968d903cfe9027501b43d63a88ddb (diff) | |
download | mediapointer-dvb-s2-b6c785b318edd67bd77b5c8d3748f827a7935f60.tar.gz mediapointer-dvb-s2-b6c785b318edd67bd77b5c8d3748f827a7935f60.tar.bz2 |
Convert zl10353 to refactored tuner code
From: Andrew de Quincey <adq_dvb@lidskialf.net>
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>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/zl10353.h')
-rw-r--r-- | linux/drivers/media/dvb/frontends/zl10353.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/linux/drivers/media/dvb/frontends/zl10353.h b/linux/drivers/media/dvb/frontends/zl10353.h index 5cc4ae718..63c36ec02 100644 --- a/linux/drivers/media/dvb/frontends/zl10353.h +++ b/linux/drivers/media/dvb/frontends/zl10353.h @@ -28,11 +28,6 @@ struct zl10353_config { /* demodulator's I2C address */ u8 demod_address; - - /* function which configures the PLL buffer (for secondary I2C - * connected tuner) or tunes the PLL (for direct connected tuner) */ - int (*pll_set)(struct dvb_frontend *fe, - struct dvb_frontend_parameters *params, u8 *pllbuf); }; extern struct dvb_frontend* zl10353_attach(const struct zl10353_config *config, |