Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285475
b: refs/heads/master
c: ab3eee0
h: refs/heads/master
i:
  285473: 4b38e8e
  285471: 86c58ee
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 31, 2011
1 parent 53a8736 commit 7adaa4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 5918288a422b8bbc0ebfd541d6cb9ed2c43b0b76
refs/heads/master: ab3eee078f450cab698d49563fa67ed83325b3c0
5 changes: 3 additions & 2 deletions trunk/drivers/media/dvb/frontends/itd1000.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,12 @@ static void itd1000_set_lo(struct itd1000_state *state, u32 freq_khz)

static int itd1000_set_parameters(struct dvb_frontend *fe, struct dvb_frontend_parameters *p)
{
struct dtv_frontend_properties *c = &fe->dtv_property_cache;
struct itd1000_state *state = fe->tuner_priv;
u8 pllcon1;

itd1000_set_lo(state, p->frequency);
itd1000_set_lpf_bw(state, p->u.qpsk.symbol_rate);
itd1000_set_lo(state, c->frequency);
itd1000_set_lpf_bw(state, c->symbol_rate);

pllcon1 = itd1000_read_reg(state, PLLCON1) & 0x7f;
itd1000_write_reg(state, PLLCON1, pllcon1 | (1 << 7));
Expand Down

0 comments on commit 7adaa4f

Please sign in to comment.