[media] drxd: allow functional gate control after, attach
authorPatrice Chotard <patrice.chotard@sfr.fr>
Sat, 15 Dec 2012 22:11:28 +0000 (19:11 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 27 Dec 2012 20:19:26 +0000 (18:19 -0200)
Previously, gate control didn't work until drxd_init()
execution. Migrate necessary set of commands in drxd_attach
to allow gate control to be used by tuner which are
accessible through i2c gate.

Reported-by: frederic.mantegazza@gbiloba.org
Signed-off-by: Patrice Chotard <patricechotard@free.fr>
Reviewed-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb-frontends/drxd_hard.c

index e71cc60..487c53b 100644 (file)
@@ -2980,6 +2980,10 @@ struct dvb_frontend *drxd_attach(const struct drxd_config *config,
               sizeof(struct dvb_frontend_ops));
        state->frontend.demodulator_priv = state;
        ConfigureMPEGOutput(state, 0);
+       /* add few initialization to allow gate control */
+       CDRXD(state, state->config.IF ? state->config.IF : 36000000);
+       InitHI(state);
+
        return &state->frontend;
 
 error: