Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285545
b: refs/heads/master
c: 5715836
h: refs/heads/master
i:
  285543: 6effc2e
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 31, 2011
1 parent 1848739 commit 2ce5114
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 14e3dcca4ad024f8ae46b4c8443be4aeff188883
refs/heads/master: 5715836fb930403086ca503bb3ffdea8131194d4
6 changes: 3 additions & 3 deletions trunk/drivers/media/dvb/frontends/stb0899_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1589,13 +1589,13 @@ static int stb0899_track(struct dvb_frontend *fe, struct dvb_frontend_parameters
return 0;
}

static int stb0899_get_frontend(struct dvb_frontend *fe, struct dvb_frontend_parameters *p)
static int stb0899_get_frontend(struct dvb_frontend *fe, struct dtv_frontend_properties *p)
{
struct stb0899_state *state = fe->demodulator_priv;
struct stb0899_internal *internal = &state->internal;

dprintk(state->verbose, FE_DEBUG, 1, "Get params");
p->u.qpsk.symbol_rate = internal->srate;
p->symbol_rate = internal->srate;

return 0;
}
Expand Down Expand Up @@ -1648,7 +1648,7 @@ static struct dvb_frontend_ops stb0899_ops = {
.get_frontend_algo = stb0899_frontend_algo,
.search = stb0899_search,
.track = stb0899_track,
.get_frontend_legacy = stb0899_get_frontend,
.get_frontend = stb0899_get_frontend,


.read_status = stb0899_read_status,
Expand Down

0 comments on commit 2ce5114

Please sign in to comment.