summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/stv0297.h
diff options
context:
space:
mode:
authorAndrew de Quincey2005-09-09 22:03:07 +0200
committerLinus Torvalds2005-09-09 22:57:45 +0200
commitdc27a1696089a9a9d317fc815915e6761e22eeb5 (patch)
treece797c46a6c8ef98d7c7bcc5da90e210967799d3 /drivers/media/dvb/frontends/stv0297.h
parent[PATCH] dvb: av7110: Siemens DVB-C analog video input support (diff)
downloadkernel-qcow2-linux-dc27a1696089a9a9d317fc815915e6761e22eeb5.tar.gz
kernel-qcow2-linux-dc27a1696089a9a9d317fc815915e6761e22eeb5.tar.xz
kernel-qcow2-linux-dc27a1696089a9a9d317fc815915e6761e22eeb5.zip
[PATCH] dvb: budget-ci: add support for TT DVB-C CI card
Add support for TT DVB-C CI card. Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> Signed-off-by: Johannes Stezenbach <js@linuxtv.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/dvb/frontends/stv0297.h')
-rw-r--r--drivers/media/dvb/frontends/stv0297.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/stv0297.h b/drivers/media/dvb/frontends/stv0297.h
index 3be535989302..9e53f019db71 100644
--- a/drivers/media/dvb/frontends/stv0297.h
+++ b/drivers/media/dvb/frontends/stv0297.h
@@ -29,6 +29,12 @@ struct stv0297_config
/* the demodulator's i2c address */
u8 demod_address;
+ /* inittab - array of pairs of values.
+ * First of each pair is the register, second is the value.
+ * List should be terminated with an 0xff, 0xff pair.
+ */
+ u8* inittab;
+
/* does the "inversion" need inverted? */
u8 invert:1;
@@ -38,7 +44,7 @@ struct stv0297_config
};
extern struct dvb_frontend* stv0297_attach(const struct stv0297_config* config,
- struct i2c_adapter* i2c, int pwm);
+ struct i2c_adapter* i2c);
extern int stv0297_enable_plli2c(struct dvb_frontend* fe);
#endif // STV0297_H