|
@@ -585,9 +585,6 @@ static int s5h1411_set_frontend(struct dvb_frontend *fe,
|
|
|
|
|
|
s5h1411_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);
|
|
@@ -598,6 +595,10 @@ static int s5h1411_set_frontend(struct dvb_frontend *fe,
|
|
|
fe->ops.i2c_gate_ctrl(fe, 0);
|
|
|
}
|
|
|
|
|
|
+ /* Issue a reset to the demod so it knows to resync against the
|
|
|
+ newly tuned frequency */
|
|
|
+ s5h1411_softreset(fe);
|
|
|
+
|
|
|
return 0;
|
|
|
}
|
|
|
|