summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/ds3000.c
diff options
context:
space:
mode:
authorIgor M. Liplianin <liplianin@me.by>2011-02-25 18:41:24 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-03-21 20:32:27 -0300
commit0cb73639cfbdc9a074cbb7737d173f7a7381036d (patch)
tree80b3ec4ca6bb46a11e4506350a9e46f6a150fa88 /drivers/media/dvb/frontends/ds3000.c
parentdcc8a122230b1c65ee8ba83536fd53fcaf27884d (diff)
downloadop-kernel-dev-0cb73639cfbdc9a074cbb7737d173f7a7381036d.zip
op-kernel-dev-0cb73639cfbdc9a074cbb7737d173f7a7381036d.tar.gz
[media] cx88: add support for TeVii S464 PCI card
The card uses ds3000 demod from Montage. 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/ds3000.c')
-rw-r--r--drivers/media/dvb/frontends/ds3000.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/ds3000.c b/drivers/media/dvb/frontends/ds3000.c
index 2ae5699..7f3d118 100644
--- a/drivers/media/dvb/frontends/ds3000.c
+++ b/drivers/media/dvb/frontends/ds3000.c
@@ -982,6 +982,8 @@ static int ds3000_set_frontend(struct dvb_frontend *fe,
dprintk("%s() ", __func__);
+ if (state->config->set_ts_params)
+ state->config->set_ts_params(fe, 0);
/* Tune */
/* unknown */
ds3000_tuner_writereg(state, 0x07, 0x02);
OpenPOWER on IntegriCloud