Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285784
b: refs/heads/master
c: 6964c30
h: refs/heads/master
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Jan 11, 2012
1 parent 81c38ef commit de46e05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 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: b021bd84d27583017f3f50f98bb1b952c8450342
refs/heads/master: 6964c308ec84f99a5c3dbc29d9711b71616fcbfc
10 changes: 4 additions & 6 deletions trunk/drivers/media/dvb/frontends/hd29l2.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,7 @@ static int hd29l2_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
return 0;
}

static enum dvbfe_search hd29l2_search(struct dvb_frontend *fe,
struct dvb_frontend_parameters *p)
static enum dvbfe_search hd29l2_search(struct dvb_frontend *fe)
{
int ret, i;
struct hd29l2_priv *priv = fe->demodulator_priv;
Expand All @@ -356,7 +355,7 @@ static enum dvbfe_search hd29l2_search(struct dvb_frontend *fe,

/* program tuner */
if (fe->ops.tuner_ops.set_params)
fe->ops.tuner_ops.set_params(fe, p);
fe->ops.tuner_ops.set_params(fe);

/* get and program IF */
if (fe->ops.tuner_ops.get_if_frequency)
Expand Down Expand Up @@ -552,8 +551,7 @@ static int hd29l2_get_frontend_algo(struct dvb_frontend *fe)
return DVBFE_ALGO_CUSTOM;
}

static int hd29l2_get_frontend(struct dvb_frontend *fe,
struct dvb_frontend_parameters *p)
static int hd29l2_get_frontend(struct dvb_frontend *fe)
{
int ret;
struct hd29l2_priv *priv = fe->demodulator_priv;
Expand Down Expand Up @@ -822,9 +820,9 @@ struct dvb_frontend *hd29l2_attach(const struct hd29l2_config *config,
EXPORT_SYMBOL(hd29l2_attach);

static struct dvb_frontend_ops hd29l2_ops = {
.delsys = { SYS_DVBT },
.info = {
.name = "HDIC HD29L2 DMB-TH",
.type = FE_OFDM,
.frequency_min = 474000000,
.frequency_max = 858000000,
.frequency_stepsize = 10000,
Expand Down

0 comments on commit de46e05

Please sign in to comment.