]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
media: dvb-frontends/stv0910: Add missing set_frontend fe-op
authorDaniel Scheller <d.scheller@gmx.net>
Mon, 3 Jul 2017 17:20:58 +0000 (13:20 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 20 Jul 2017 17:00:09 +0000 (13:00 -0400)
This was missing from the frontend_ops.

Signed-off-by: Daniel Scheller <d.scheller@gmx.net>
Tested-by: Richard Scobie <r.scobie@clear.net.nz>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-frontends/stv0910.c

index dc4d829bb47aa7920dc60d01230646bea2848969..7e8a460449c52a7b012d270e428c9cfaf265183d 100644 (file)
@@ -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,