Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357197
b: refs/heads/master
c: e7c953d
h: refs/heads/master
i:
  357195: 39dd385
v: v3
  • Loading branch information
Patrice Chotard authored and Mauro Carvalho Chehab committed Dec 27, 2012
1 parent 182b0f3 commit 3adb94f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f698957aeaf3a711c2aa630a845b43426c02f339
refs/heads/master: e7c953d280cea9a79018ae36e2bc7cedc3678de3
4 changes: 4 additions & 0 deletions trunk/drivers/media/dvb-frontends/drxd_hard.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3adb94f

Please sign in to comment.