Commit 2a66bf37 authored by Igor M. Liplianin's avatar Igor M. Liplianin Committed by Mauro Carvalho Chehab

[media] ds3000: decrease mpeg clock output

TeVii s480 works fine with that on DVB-S2 channels
Signed-off-by: default avatarIgor M. Liplianin <liplianin@me.by>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent a0ea298d
...@@ -1203,7 +1203,7 @@ static int ds3000_tune(struct dvb_frontend *fe, ...@@ -1203,7 +1203,7 @@ static int ds3000_tune(struct dvb_frontend *fe,
ds3000_writereg(state, ds3000_writereg(state,
ds3000_dvbs2_init_tab[i], ds3000_dvbs2_init_tab[i],
ds3000_dvbs2_init_tab[i + 1]); ds3000_dvbs2_init_tab[i + 1]);
ds3000_writereg(state, 0xfe, 0x54); ds3000_writereg(state, 0xfe, 0x98);
break; break;
default: default:
return 1; return 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment