summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/ds3000.c
diff options
context:
space:
mode:
authorIgor M. Liplianin <liplianin@me.by>2011-02-01 19:40:17 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-03-21 20:32:20 -0300
commit2a66bf370c2aca617fad8dd8fe6c276d6bb1b44c (patch)
tree68ab2b01210baa96d04fa9edf3c16c8ea15f38b1 /drivers/media/dvb/frontends/ds3000.c
parenta0ea298d57153cf71f9f7628830dbba1a9a8a15d (diff)
[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>
Diffstat (limited to 'drivers/media/dvb/frontends/ds3000.c')
-rw-r--r--drivers/media/dvb/frontends/ds3000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/ds3000.c b/drivers/media/dvb/frontends/ds3000.c
index 655f182e7ff..41af75adc57 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;