diff options
author | Darron Broad <darron@kewl.org> | 2008-10-11 11:31:41 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-17 17:23:28 -0300 |
commit | 8e739090d6cdd43ddf938a3899c4f929db8d5ba8 (patch) | |
tree | 464c3fd04768f4f6d89763367c1f27429d18432b /include | |
parent | f972e0bd9361594071d3e68e2342c53b51a1d42b (diff) | |
download | blackbird-op-linux-8e739090d6cdd43ddf938a3899c4f929db8d5ba8.tar.gz blackbird-op-linux-8e739090d6cdd43ddf938a3899c4f929db8d5ba8.zip |
V4L/DVB (9225): MFE: Add configurable gate control
This adds a configurable (one per card) gate control option
for multi-frontend. Prior to this point gate control was
assumed to be on the primary frontend, this is a fault
when the gate to the analogue section is on the secondary
which is the default for both the HVR-3000 and HVR-4000
in MFE.
Signed-off-by: Darron Broad <darron@kewl.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include')
-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 { struct dvb_adapter adapter; int active_fe_id; /* Indicates which frontend in the felist is in use */ struct videobuf_dvb_frontend frontend; + int gate; /* Frontend with gate control 0=!MFE,1=fe0,2=fe1 etc */ }; int videobuf_dvb_register_bus(struct videobuf_dvb_frontends *f, |