summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/tda827x.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-03-25 14:33:20 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-03-25 14:33:20 -0300
commit129f9913b28a40d3215a7251caf0b2a4f9f2470b (patch)
tree1bc7a94728013fc90fc870107ebc393419603c4b /linux/drivers/media/dvb/frontends/tda827x.h
parent1737d06d9d3b77807244c3f0fdb1b6f62a201af0 (diff)
parent91cb86194d6146eb1da0f838116b5bc752a0c62d (diff)
downloadmediapointer-dvb-s2-129f9913b28a40d3215a7251caf0b2a4f9f2470b.tar.gz
mediapointer-dvb-s2-129f9913b28a40d3215a7251caf0b2a4f9f2470b.tar.bz2
merge: http://linuxtv.org/hg/~mkrufky/tda18271c2
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/tda827x.h')
-rw-r--r--linux/drivers/media/dvb/frontends/tda827x.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda827x.h b/linux/drivers/media/dvb/frontends/tda827x.h
index 92eb65b40..cd3032f98 100644
--- a/linux/drivers/media/dvb/frontends/tda827x.h
+++ b/linux/drivers/media/dvb/frontends/tda827x.h
@@ -30,12 +30,12 @@
struct tda827x_config
{
/* saa7134 - provided callbacks */
- void (*lna_gain) (struct dvb_frontend *fe, int high);
int (*init) (struct dvb_frontend *fe);
int (*sleep) (struct dvb_frontend *fe);
/* interface to tda829x driver */
- unsigned int *config;
+ unsigned int config;
+ int switch_addr;
int (*tuner_callback) (void *dev, int command, int arg);
void (*agcf)(struct dvb_frontend *fe);