Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285546
b: refs/heads/master
c: 5135986
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 31, 2011
1 parent 2ce5114 commit fc9eac9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 5715836fb930403086ca503bb3ffdea8131194d4
refs/heads/master: 5135986eb0da04faf7313a276e6f7ad7dbed6edb
8 changes: 4 additions & 4 deletions trunk/drivers/media/dvb/frontends/stb6100.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,19 +327,19 @@ static int stb6100_set_frequency(struct dvb_frontend *fe, u32 frequency)
int rc;
const struct stb6100_lkup *ptr;
struct stb6100_state *state = fe->tuner_priv;
struct dvb_frontend_parameters p;
struct dtv_frontend_properties p;

u32 srate = 0, fvco, nint, nfrac;
u8 regs[STB6100_NUMREGS];
u8 g, psd2, odiv;

dprintk(verbose, FE_DEBUG, 1, "Version 2010-8-14 13:51");

if (fe->ops.get_frontend_legacy) {
if (fe->ops.get_frontend) {
dprintk(verbose, FE_DEBUG, 1, "Get frontend parameters");
fe->ops.get_frontend_legacy(fe, &p);
fe->ops.get_frontend(fe, &p);
}
srate = p.u.qpsk.symbol_rate;
srate = p.symbol_rate;

/* Set up tuner cleanly, LPF calibration on */
rc = stb6100_write_reg(state, STB6100_FCCK, 0x4d | STB6100_FCCK_FCCK);
Expand Down

0 comments on commit fc9eac9

Please sign in to comment.