提交 8e0d8572 编写于 作者: A Antti Palosaari 提交者: Mauro Carvalho Chehab

[media] mn88472: add small delay to wait DVB-C lock

400ms delay seems to be enough in order to gain DVB-C lock.
Signed-off-by: NAntti Palosaari <crope@iki.fi>
Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
上级 64796a52
......@@ -105,6 +105,13 @@ static int mn88472_rreg(struct mn88472_state *s, u16 reg, u8 *val)
return mn88472_rregs(s, reg, val, 1);
}
static int mn88472_get_tune_settings(struct dvb_frontend *fe,
struct dvb_frontend_tune_settings *s)
{
s->min_delay_ms = 400;
return 0;
}
static int mn88472_set_frontend_c(struct dvb_frontend *fe)
{
struct mn88472_state *s = fe->demodulator_priv;
......@@ -398,6 +405,8 @@ static struct dvb_frontend_ops mn88472_ops_c = {
.release = mn88472_release_c,
.get_tune_settings = mn88472_get_tune_settings,
.init = mn88472_init_c,
.sleep = mn88472_sleep_c,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册