aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/stv0288.h
diff options
context:
space:
mode:
authorIgor M. Liplianin <liplianin@me.by>2008-10-05 07:52:18 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-13 10:26:01 -0400
commitde9be0eaae2a23b1782ae0d271961b83abc6e200 (patch)
tree45bd5e4d81e1a7988d762539c4c1eefb6f7f69a6 /drivers/media/dvb/frontends/stv0288.h
parent82d7669dc3c0e795c24111fed88e9d5d70f209e0 (diff)
V4L/DVB (9174): Allow custom inittab for ST STV0288 demodulator.
Allow custom inittab for ST STV0288 demodulator, as it is needed for DvbWorld USB card. Signed-off-by: Igor M. Liplianin <liplianin@me.by> Signed-off-by: Steven Toth <stoth@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stv0288.h')
-rw-r--r--drivers/media/dvb/frontends/stv0288.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/stv0288.h b/drivers/media/dvb/frontends/stv0288.h
index aa0cdd273040..f2b53db0606d 100644
--- a/drivers/media/dvb/frontends/stv0288.h
+++ b/drivers/media/dvb/frontends/stv0288.h
@@ -34,6 +34,8 @@ struct stv0288_config {
34 /* the demodulator's i2c address */ 34 /* the demodulator's i2c address */
35 u8 demod_address; 35 u8 demod_address;
36 36
37 u8* inittab;
38
37 /* minimum delay before retuning */ 39 /* minimum delay before retuning */
38 int min_delay_ms; 40 int min_delay_ms;
39 41