Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285477
b: refs/heads/master
c: 3cc66df
h: refs/heads/master
i:
  285475: 7adaa4f
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 31, 2011
1 parent 56c3b55 commit 47090cb
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: e7e10deb582ace0a4eb39965e898f5147ae81e79
refs/heads/master: 3cc66df680200903123cfeac10e5ff1650b5a25e
5 changes: 3 additions & 2 deletions trunk/drivers/media/dvb/frontends/ix2505v.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,10 @@ static int ix2505v_release(struct dvb_frontend *fe)
static int ix2505v_set_params(struct dvb_frontend *fe,
struct dvb_frontend_parameters *params)
{
struct dtv_frontend_properties *c = &fe->dtv_property_cache;
struct ix2505v_state *state = fe->tuner_priv;
u32 frequency = params->frequency;
u32 b_w = (params->u.qpsk.symbol_rate * 27) / 32000;
u32 frequency = c->frequency;
u32 b_w = (c->symbol_rate * 27) / 32000;
u32 div_factor, N , A, x;
int ret = 0, len;
u8 gain, cc, ref, psc, local_osc, lpf;
Expand Down

0 comments on commit 47090cb

Please sign in to comment.