summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/s5h1420.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
commit436c44011002f45d14d26754b55f979c63551e81 (patch)
treec3fb16df737de332370353cd7e42f52712b807e0 /linux/drivers/media/dvb/frontends/s5h1420.h
parent14db495e904eb1d7698b02e28cd00dacf569aa66 (diff)
downloadmediapointer-dvb-s2-436c44011002f45d14d26754b55f979c63551e81.tar.gz
mediapointer-dvb-s2-436c44011002f45d14d26754b55f979c63551e81.tar.bz2
Convert s5h1420 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/s5h1420.h')
-rw-r--r--linux/drivers/media/dvb/frontends/s5h1420.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/linux/drivers/media/dvb/frontends/s5h1420.h b/linux/drivers/media/dvb/frontends/s5h1420.h
index 73296f13c..4e39015fa 100644
--- a/linux/drivers/media/dvb/frontends/s5h1420.h
+++ b/linux/drivers/media/dvb/frontends/s5h1420.h
@@ -32,10 +32,6 @@ struct s5h1420_config
/* does the inversion require inversion? */
u8 invert:1;
-
- /* PLL maintenance */
- int (*pll_init)(struct dvb_frontend* fe);
- int (*pll_set)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params, u32* freqout);
};
extern struct dvb_frontend* s5h1420_attach(const struct s5h1420_config* config,