diff options
author | Igor M. Liplianin <liplianin@me.by> | 2009-12-14 20:24:56 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-02-26 15:10:24 -0300 |
commit | cd79d33e168dba0d7de32c5bf010e20cff184b2a (patch) | |
tree | a9e40f6281e62f27fc7d36e885416b5fef696c46 /drivers/media/dvb/frontends/stv0900.h | |
parent | d41592a2a2b9a27425ade3fc2c8526e9e997acd6 (diff) | |
download | talos-obmc-linux-cd79d33e168dba0d7de32c5bf010e20cff184b2a.tar.gz talos-obmc-linux-cd79d33e168dba0d7de32c5bf010e20cff184b2a.zip |
V4L/DVB (13818): Add Prof 7500 DVB-S2 USB card
The card based on stv0903 demod, stb6100 tuner.
Signed-off-by: Igor M. Liplianin <liplianin@me.by>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stv0900.h')
-rw-r--r-- | drivers/media/dvb/frontends/stv0900.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/stv0900.h b/drivers/media/dvb/frontends/stv0900.h index 29c3fa85c227..e3e35d1ce838 100644 --- a/drivers/media/dvb/frontends/stv0900.h +++ b/drivers/media/dvb/frontends/stv0900.h @@ -49,6 +49,8 @@ struct stv0900_config { u8 tun2_maddress; u8 tun1_adc;/* 1 for stv6110, 2 for stb6100 */ u8 tun2_adc; + u8 tun1_type;/* for now 3 for stb6100 auto, else - software */ + u8 tun2_type; /* Set device param to start dma */ int (*set_ts_params)(struct dvb_frontend *fe, int is_punctured); }; |