diff options
author | Igor M. Liplianin <liplianin@me.by> | 2008-09-23 21:43:57 +0300 |
---|---|---|
committer | Igor M. Liplianin <liplianin@me.by> | 2008-09-23 21:43:57 +0300 |
commit | 60068c572f087679b3b93155ec10c660ea932da8 (patch) | |
tree | 2080db57d978e683dce81b8cf5b5a0b4975834a1 /linux/drivers/media/dvb/frontends/stv0299.c | |
parent | b5c6a451c061b83cfe6f69eb794646879afd7025 (diff) | |
download | mediapointer-dvb-s2-60068c572f087679b3b93155ec10c660ea932da8.tar.gz mediapointer-dvb-s2-60068c572f087679b3b93155ec10c660ea932da8.tar.bz2 |
Add support for ST STV0288 demodulator and cards with it.
From: Georg Acher <acher@baycom.de>
From: Igor M. Liplianin <liplianin@me.by>
Add support for ST STV0288 demodulator and cards with it,
such as TeVii S420.
Signed-off by: Georg Acher <acher@baycom.de>
Signed-off-by: Igor M. Liplianin <liplianin@me.by>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/stv0299.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/stv0299.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/stv0299.c b/linux/drivers/media/dvb/frontends/stv0299.c index 35435bef8..6c1cb1973 100644 --- a/linux/drivers/media/dvb/frontends/stv0299.c +++ b/linux/drivers/media/dvb/frontends/stv0299.c @@ -559,6 +559,8 @@ static int stv0299_set_frontend(struct dvb_frontend* fe, struct dvb_frontend_par int invval = 0; dprintk ("%s : FE_SET_FRONTEND\n", __func__); + if (state->config->set_ts_params) + state->config->set_ts_params(fe, 0); // set the inversion if (p->inversion == INVERSION_OFF) invval = 0; |