summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/sp887x.h
diff options
context:
space:
mode:
authorAndrew de Quincey <adq_dvb@lidskialf.net>2006-04-18 21:47:10 +0100
committerAndrew de Quincey <adq_dvb@lidskialf.net>2006-04-18 21:47:10 +0100
commit2083f24577e41c4d2457226399956dcfa110da8c (patch)
tree7c1f5981361fb477aea2c8db8f5a1e3860ccf932 /linux/drivers/media/dvb/frontends/sp887x.h
parent0eb9bcafc9d4a9704b01ee1261a60cfaa579f658 (diff)
downloadmediapointer-dvb-s2-2083f24577e41c4d2457226399956dcfa110da8c.tar.gz
mediapointer-dvb-s2-2083f24577e41c4d2457226399956dcfa110da8c.tar.bz2
Convert sp887x to refactored tuner code
From: Andrew de Quincey <adq_dvb@lidskialf.net> 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>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/sp887x.h')
-rw-r--r--linux/drivers/media/dvb/frontends/sp887x.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/linux/drivers/media/dvb/frontends/sp887x.h b/linux/drivers/media/dvb/frontends/sp887x.h
index 6a05d8f8e..c44b0ebdf 100644
--- a/linux/drivers/media/dvb/frontends/sp887x.h
+++ b/linux/drivers/media/dvb/frontends/sp887x.h
@@ -13,12 +13,6 @@ struct sp887x_config
/* the demodulator's i2c address */
u8 demod_address;
- /* PLL maintenance */
- int (*pll_init)(struct dvb_frontend* fe);
-
- /* this should return the actual frequency tuned to */
- int (*pll_set)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params);
-
/* request firmware for device */
int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name);
};