|
@@ -223,6 +223,8 @@ static void dvb_frontend_init(struct dvb_frontend *fe)
|
|
if (fe->ops.init)
|
|
if (fe->ops.init)
|
|
fe->ops.init(fe);
|
|
fe->ops.init(fe);
|
|
if (fe->ops.tuner_ops.init) {
|
|
if (fe->ops.tuner_ops.init) {
|
|
|
|
+ if (fe->ops.i2c_gate_ctrl)
|
|
|
|
+ fe->ops.i2c_gate_ctrl(fe, 1);
|
|
fe->ops.tuner_ops.init(fe);
|
|
fe->ops.tuner_ops.init(fe);
|
|
if (fe->ops.i2c_gate_ctrl)
|
|
if (fe->ops.i2c_gate_ctrl)
|
|
fe->ops.i2c_gate_ctrl(fe, 0);
|
|
fe->ops.i2c_gate_ctrl(fe, 0);
|