dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Igor M. Liplianin 2011-02-01 19:40:17 -03:00 committed by Mauro Carvalho Chehab
parent a0ea298d57
commit 2a66bf370c
1 changed files with 1 additions and 1 deletions

View 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;