Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295098
b: refs/heads/master
c: ef3d2dc
h: refs/heads/master
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Mar 19, 2012
1 parent b844ac5 commit b0ce764
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 22f1732fcda5ab62b6da2ddcec282868e7ccb089
refs/heads/master: ef3d2dc366c8c32d58dbbf9898cfd4f853ff8fe0
10 changes: 5 additions & 5 deletions trunk/drivers/media/dvb/frontends/au8522_dig.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,11 +588,6 @@ static int au8522_set_frontend(struct dvb_frontend *fe)
(state->current_modulation == c->modulation))
return 0;

au8522_enable_modulation(fe, c->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 @@ -604,6 +599,11 @@ static int au8522_set_frontend(struct dvb_frontend *fe)
if (ret < 0)
return ret;

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

au8522_enable_modulation(fe, c->modulation);

state->current_frequency = c->frequency;

return 0;
Expand Down

0 comments on commit b0ce764

Please sign in to comment.