summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/tda827x.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-10-22 00:10:39 -0400
committerMichael Krufky <mkrufky@linuxtv.org>2007-10-22 00:10:39 -0400
commit4728a760179d2992de4fa160f0b1d474cb0c03d2 (patch)
treed09e8f6d8dd4ad6e9cdf48db437802254819333d /linux/drivers/media/dvb/frontends/tda827x.h
parentdc6f31feaba49df7cf93fe4b1aac2665f2e3e692 (diff)
downloadmediapointer-dvb-s2-4728a760179d2992de4fa160f0b1d474cb0c03d2.tar.gz
mediapointer-dvb-s2-4728a760179d2992de4fa160f0b1d474cb0c03d2.tar.bz2
move std if setting from tda8290 to tda827x
From: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> --- linux/drivers/media/dvb/frontends/tda827x.c | 61 +++++++++++++++++++++++++--- linux/drivers/media/dvb/frontends/tda827x.h | 3 - linux/drivers/media/video/tda8290.c | 20 --------- 3 files changed, 57 insertions(+), 27 deletions(-)
Diffstat (limited to 'linux/drivers/media/dvb/frontends/tda827x.h')
-rw-r--r--linux/drivers/media/dvb/frontends/tda827x.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda827x.h b/linux/drivers/media/dvb/frontends/tda827x.h
index 06626f7af..92eb65b40 100644
--- a/linux/drivers/media/dvb/frontends/tda827x.h
+++ b/linux/drivers/media/dvb/frontends/tda827x.h
@@ -35,9 +35,6 @@ struct tda827x_config
int (*sleep) (struct dvb_frontend *fe);
/* interface to tda829x driver */
- unsigned char tda827x_lpsel;
- unsigned int sgIF;
-
unsigned int *config;
int (*tuner_callback) (void *dev, int command, int arg);