提交 2f4675c0 编写于 作者: D Daniel Scheller 提交者: Mauro Carvalho Chehab

media: dvb-frontends/stv0910: Add missing set_frontend fe-op

This was missing from the frontend_ops.
Signed-off-by: NDaniel Scheller <d.scheller@gmx.net>
Tested-by: NRichard Scobie <r.scobie@clear.net.nz>
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 19bb3b71
......@@ -1668,6 +1668,7 @@ static struct dvb_frontend_ops stv0910_ops = {
.sleep = sleep,
.release = release,
.i2c_gate_ctrl = gate_ctrl,
.set_frontend = set_parameters,
.get_frontend_algo = get_algo,
.get_frontend = get_frontend,
.tune = tune,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册