diff options
Diffstat (limited to 'include/media/videobuf-dvb.h')
-rw-r--r-- | include/media/videobuf-dvb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/videobuf-dvb.h b/include/media/videobuf-dvb.h index 09547ec3f3c3..47bc2c5e7ba9 100644 --- a/include/media/videobuf-dvb.h +++ b/include/media/videobuf-dvb.h | |||
@@ -36,6 +36,7 @@ struct videobuf_dvb_frontends { | |||
36 | struct dvb_adapter adapter; | 36 | struct dvb_adapter adapter; |
37 | int active_fe_id; /* Indicates which frontend in the felist is in use */ | 37 | int active_fe_id; /* Indicates which frontend in the felist is in use */ |
38 | struct videobuf_dvb_frontend frontend; | 38 | struct videobuf_dvb_frontend frontend; |
39 | int gate; /* Frontend with gate control 0=!MFE,1=fe0,2=fe1 etc */ | ||
39 | }; | 40 | }; |
40 | 41 | ||
41 | int videobuf_dvb_register_bus(struct videobuf_dvb_frontends *f, | 42 | int videobuf_dvb_register_bus(struct videobuf_dvb_frontends *f, |