diff options
author | Igor M. Liplianin <liplianin@me.by> | 2011-02-01 22:40:17 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-21 23:32:20 (GMT) |
commit | 2a66bf370c2aca617fad8dd8fe6c276d6bb1b44c (patch) | |
tree | 68ab2b01210baa96d04fa9edf3c16c8ea15f38b1 | |
parent | a0ea298d57153cf71f9f7628830dbba1a9a8a15d (diff) | |
download | linux-fsl-qoriq-2a66bf370c2aca617fad8dd8fe6c276d6bb1b44c.tar.xz |
[media] ds3000: decrease mpeg clock output
TeVii s480 works fine with that on DVB-S2 channels
Signed-off-by: Igor M. Liplianin <liplianin@me.by>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/dvb/frontends/ds3000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/ds3000.c b/drivers/media/dvb/frontends/ds3000.c index 655f182..41af75a 100644 --- a/drivers/media/dvb/frontends/ds3000.c +++ b/drivers/media/dvb/frontends/ds3000.c @@ -1203,7 +1203,7 @@ static int ds3000_tune(struct dvb_frontend *fe, ds3000_writereg(state, ds3000_dvbs2_init_tab[i], ds3000_dvbs2_init_tab[i + 1]); - ds3000_writereg(state, 0xfe, 0x54); + ds3000_writereg(state, 0xfe, 0x98); break; default: return 1; |