summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/lgdt3302.h
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-07-20 05:44:18 +0000
committerMichael Krufky <devnull@localhost>2005-07-20 05:44:18 +0000
commit521cd25b997b9b02c069bd700b87c43f66d75c67 (patch)
tree87c7e6c9df5762e4cac2650191a1bc48415223ff /linux/drivers/media/dvb/frontends/lgdt3302.h
parenta607191272d19475b167c031ed5ecd64cbcd450f (diff)
downloadmediapointer-dvb-s2-521cd25b997b9b02c069bd700b87c43f66d75c67.tar.gz
mediapointer-dvb-s2-521cd25b997b9b02c069bd700b87c43f66d75c67.tar.bz2
- Remove the dvb_pll_desc from the frontend and replace with a
pll_set-callback to isolate the tuner programming from the frontend. - This is patch #1 of a string of patches with counterparts in the video4linux tree affecting cx88-dvb.c Signed-off-by: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/lgdt3302.h')
-rw-r--r--linux/drivers/media/dvb/frontends/lgdt3302.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/lgdt3302.h b/linux/drivers/media/dvb/frontends/lgdt3302.h
index 6db75bbc8..327c47e59 100644
--- a/linux/drivers/media/dvb/frontends/lgdt3302.h
+++ b/linux/drivers/media/dvb/frontends/lgdt3302.h
@@ -28,8 +28,9 @@ struct lgdt3302_config
{
/* The demodulator's i2c address */
u8 demod_address;
- u8 pll_address;
- struct dvb_pll_desc *pll_desc;
+
+ /* PLL interface */
+ int (*pll_set)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params, u8* pll_address);
/* Need to set device param for start_dma */
int (*set_ts_params)(struct dvb_frontend* fe, int is_punctured);