summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/stv0900_core.c
diff options
context:
space:
mode:
authorIgor M. Liplianin <liplianin@me.by>2009-11-16 22:22:32 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-12-05 18:41:43 -0200
commitb699c2712b1ddcc3ef4491adde00a47a880fde97 (patch)
tree446f12baedad897f614de8b09c01855894a133c0 /drivers/media/dvb/frontends/stv0900_core.c
parentfa26ae3e8260530121e6e0e57427468a9f0038d7 (diff)
downloadop-kernel-dev-b699c2712b1ddcc3ef4491adde00a47a880fde97.zip
op-kernel-dev-b699c2712b1ddcc3ef4491adde00a47a880fde97.tar.gz
V4L/DVB (13407): Add Prof 7301 PCI DVB-S2 card
Add Prof 7301 PCI DVB-S2 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_core.c')
-rw-r--r--drivers/media/dvb/frontends/stv0900_core.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/stv0900_core.c b/drivers/media/dvb/frontends/stv0900_core.c
index e206204..df49ea0 100644
--- a/drivers/media/dvb/frontends/stv0900_core.c
+++ b/drivers/media/dvb/frontends/stv0900_core.c
@@ -1494,6 +1494,9 @@ static enum dvbfe_search stv0900_search(struct dvb_frontend *fe,
if (!(INRANGE(100000, c->symbol_rate, 70000000)))
return DVBFE_ALGO_SEARCH_FAILED;
+ if (state->config->set_ts_params)
+ state->config->set_ts_params(fe, 0);
+
p_result.locked = FALSE;
p_search.path = demod;
p_search.frequency = c->frequency;
OpenPOWER on IntegriCloud