aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/dvb-frontends/drxd_hard.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/drxd_hard.c b/drivers/media/dvb-frontends/drxd_hard.c
index e71cc60851e7..487c53b69bf3 100644
--- a/drivers/media/dvb-frontends/drxd_hard.c
+++ b/drivers/media/dvb-frontends/drxd_hard.c
@@ -2980,6 +2980,10 @@ struct dvb_frontend *drxd_attach(const struct drxd_config *config,
2980 sizeof(struct dvb_frontend_ops)); 2980 sizeof(struct dvb_frontend_ops));
2981 state->frontend.demodulator_priv = state; 2981 state->frontend.demodulator_priv = state;
2982 ConfigureMPEGOutput(state, 0); 2982 ConfigureMPEGOutput(state, 0);
2983 /* add few initialization to allow gate control */
2984 CDRXD(state, state->config.IF ? state->config.IF : 36000000);
2985 InitHI(state);
2986
2983 return &state->frontend; 2987 return &state->frontend;
2984 2988
2985error: 2989error: