Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37339
b: refs/heads/master
c: 94cbae5
h: refs/heads/master
i:
  37337: c185c2c
  37335: e331f4a
v: v3
  • Loading branch information
Andrew de Quincey authored and Mauro Carvalho Chehab committed Sep 26, 2006
1 parent 4917ae0 commit 3944e43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 0e957becc3d22bcdab550aadac36893c8e0cb36e
refs/heads/master: 94cbae5a1a1537ef5a402199f597e84dc5dd92cb
5 changes: 4 additions & 1 deletion trunk/drivers/media/dvb/dvb-core/dvb_frontend.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,13 @@ struct dvb_frontend_ops {
struct dvb_frontend_info info;

void (*release)(struct dvb_frontend* fe);
void (*release_sec)(struct dvb_frontend* fe);

int (*init)(struct dvb_frontend* fe);
int (*sleep)(struct dvb_frontend* fe);

int (*write)(struct dvb_frontend* fe, u8* buf, int len);

/* if this is set, it overrides the default swzigzag */
int (*tune)(struct dvb_frontend* fe,
struct dvb_frontend_parameters* params,
Expand Down Expand Up @@ -147,7 +150,7 @@ struct dvb_frontend {
void* demodulator_priv;
void* tuner_priv;
void* frontend_priv;
void* misc_priv;
void* sec_priv;
};

extern int dvb_register_frontend(struct dvb_adapter* dvb,
Expand Down

0 comments on commit 3944e43

Please sign in to comment.