diff options
author | Igor M. Liplianin <liplianin@me.by> | 2008-10-05 15:52:18 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-13 18:26:01 +0400 |
commit | de9be0eaae2a23b1782ae0d271961b83abc6e200 (patch) | |
tree | 45bd5e4d81e1a7988d762539c4c1eefb6f7f69a6 /drivers/media/dvb/frontends/stv0288.h | |
parent | 82d7669dc3c0e795c24111fed88e9d5d70f209e0 (diff) | |
download | linux-de9be0eaae2a23b1782ae0d271961b83abc6e200.tar.xz |
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.h | 2 |
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 { /* the demodulator's i2c address */ u8 demod_address; + u8* inittab; + /* minimum delay before retuning */ int min_delay_ms; |