Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130775
b: refs/heads/master
c: 67e70ba
h: refs/heads/master
i:
  130773: 9a6d0ca
  130771: b670ff7
  130767: 6e9ff60
v: v3
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Feb 1, 2009
1 parent e80c94f commit 73861f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 40c41c8cf1d04445013a14772afb3903a17344a6
refs/heads/master: 67e70baf043cfdcdaf5972bc94be82632071536b
7 changes: 4 additions & 3 deletions trunk/drivers/media/dvb/frontends/s5h1409.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,9 +545,6 @@ static int s5h1409_set_frontend(struct dvb_frontend *fe,

s5h1409_enable_modulation(fe, p->u.vsb.modulation);

/* Allow the demod to settle */
msleep(100);

if (fe->ops.tuner_ops.set_params) {
if (fe->ops.i2c_gate_ctrl)
fe->ops.i2c_gate_ctrl(fe, 1);
Expand All @@ -562,6 +559,10 @@ static int s5h1409_set_frontend(struct dvb_frontend *fe,
s5h1409_set_qam_interleave_mode(fe);
}

/* Issue a reset to the demod so it knows to resync against the
newly tuned frequency */
s5h1409_softreset(fe);

return 0;
}

Expand Down

0 comments on commit 73861f2

Please sign in to comment.