Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>
---
 drivers/media/dvb/frontends/stb6100.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/media/dvb/frontends/stb6100.c 
b/drivers/media/dvb/frontends/stb6100.c
index 7f68fd3..a566763 100644
--- a/drivers/media/dvb/frontends/stb6100.c
+++ b/drivers/media/dvb/frontends/stb6100.c
@@ -327,7 +327,7 @@ static int stb6100_set_frequency(struct dvb_frontend *fe, 
u32 frequency)
        int rc;
        const struct stb6100_lkup *ptr;
        struct stb6100_state *state = fe->tuner_priv;
-       struct dvb_frontend_parameters p;
+       struct dtv_frontend_properties p;
 
        u32 srate = 0, fvco, nint, nfrac;
        u8 regs[STB6100_NUMREGS];
@@ -335,11 +335,11 @@ static int stb6100_set_frequency(struct dvb_frontend *fe, 
u32 frequency)
 
        dprintk(verbose, FE_DEBUG, 1, "Version 2010-8-14 13:51");
 
-       if (fe->ops.get_frontend_legacy) {
+       if (fe->ops.get_frontend) {
                dprintk(verbose, FE_DEBUG, 1, "Get frontend parameters");
-               fe->ops.get_frontend_legacy(fe, &p);
+               fe->ops.get_frontend(fe, &p);
        }
-       srate = p.u.qpsk.symbol_rate;
+       srate = p.symbol_rate;
 
        /* Set up tuner cleanly, LPF calibration on */
        rc = stb6100_write_reg(state, STB6100_FCCK, 0x4d | STB6100_FCCK_FCCK);
-- 
1.7.8.352.g876a6

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to