]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
[media] ds3000: decrease mpeg clock output
authorIgor M. Liplianin <liplianin@me.by>
Tue, 1 Feb 2011 22:40:17 +0000 (19:40 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 21 Mar 2011 23:32:20 +0000 (20:32 -0300)
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>
drivers/media/dvb/frontends/ds3000.c

index 655f182e7ff4aa94f796e48bb814d622edcd34c3..41af75adc5757f9f0241d13aa660a3296920b166 100644 (file)
@@ -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;