Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285544
b: refs/heads/master
c: 14e3dcc
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 31, 2011
1 parent 6effc2e commit 1848739
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 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: 9f69afbe31f94e84b79cc085ffc727c724dcbeeb
refs/heads/master: 14e3dcca4ad024f8ae46b4c8443be4aeff188883
21 changes: 3 additions & 18 deletions trunk/drivers/media/dvb/frontends/si21xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,20 +690,7 @@ static int si21xx_setacquire(struct dvb_frontend *fe, int symbrate,
return status;
}

static int si21xx_set_property(struct dvb_frontend *fe, struct dtv_property *p)
{
dprintk("%s(..)\n", __func__);
return 0;
}

static int si21xx_get_property(struct dvb_frontend *fe, struct dtv_property *p)
{
dprintk("%s(..)\n", __func__);
return 0;
}

static int si21xx_set_frontend(struct dvb_frontend *fe,
struct dvb_frontend_parameters *dfp)
static int si21xx_set_frontend(struct dvb_frontend *fe)
{
struct si21xx_state *state = fe->demodulator_priv;
struct dtv_frontend_properties *c = &fe->dtv_property_cache;
Expand Down Expand Up @@ -877,7 +864,7 @@ static void si21xx_release(struct dvb_frontend *fe)
}

static struct dvb_frontend_ops si21xx_ops = {

.delsys = { SYS_DVBS },
.info = {
.name = "SL SI21XX DVB-S",
.type = FE_QPSK,
Expand Down Expand Up @@ -908,9 +895,7 @@ static struct dvb_frontend_ops si21xx_ops = {
.set_tone = si21xx_set_tone,
.set_voltage = si21xx_set_voltage,

.set_property = si21xx_set_property,
.get_property = si21xx_get_property,
.set_frontend_legacy = si21xx_set_frontend,
.set_frontend = si21xx_set_frontend,
};

struct dvb_frontend *si21xx_attach(const struct si21xx_config *config,
Expand Down

0 comments on commit 1848739

Please sign in to comment.