Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29902
b: refs/heads/master
c: 02269f3
h: refs/heads/master
v: v3
  • Loading branch information
Andrew de Quincey authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent 80a7c78 commit 85cbfc4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 261143ff12eadbf17d7497cd471f70cacaca9586
refs/heads/master: 02269f37727901e326adf52d61512e4f00c85597
6 changes: 4 additions & 2 deletions trunk/drivers/media/dvb/frontends/lgdt330x.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,10 @@ static int lgdt330x_set_parameters(struct dvb_frontend* fe,
}

/* Tune to the specified frequency */
if (state->config->pll_set)
state->config->pll_set(fe, param);
if (fe->ops->tuner_ops.set_params) {
fe->ops->tuner_ops.set_params(fe, param);
if (fe->ops->i2c_gate_ctrl) fe->ops->i2c_gate_ctrl(fe, 0);
}

/* Keep track of the new frequency */
/* FIXME this is the wrong way to do this... */
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/media/dvb/frontends/lgdt330x.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ struct lgdt330x_config

/* PLL interface */
int (*pll_rf_set) (struct dvb_frontend* fe, int index);
int (*pll_set)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params);

/* Need to set device param for start_dma */
int (*set_ts_params)(struct dvb_frontend* fe, int is_punctured);
Expand Down

0 comments on commit 85cbfc4

Please sign in to comment.