提交 63c25480 编写于 作者: M Michael Krufky 提交者: Mauro Carvalho Chehab

V4L/DVB (6679): tda8290: force tuner init after attach

Force tuner init after attach, then sleep until use.
Signed-off-by: NMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 22ee1250
......@@ -597,13 +597,13 @@ static int tda829x_find_tuner(struct dvb_frontend *fe)
tda827x_attach(&t->fe, priv->tda827x_addr,
priv->i2c_props.adap, &priv->cfg);
/* FIXME: tda827x module doesn't probe the tuner until
* tda827x_initial_sleep is called
*/
if (t->fe.ops.tuner_ops.sleep)
t->fe.ops.tuner_ops.sleep(&t->fe);
}
if (t->fe.ops.tuner_ops.init)
t->fe.ops.tuner_ops.init(&t->fe);
if (t->fe.ops.tuner_ops.sleep)
t->fe.ops.tuner_ops.sleep(&t->fe);
ops->i2c_gate_ctrl(fe, 0);
switch (priv->ver) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册