diff options
author | darron@kewl.org <darron@kewl.org> | 2008-10-11 15:31:41 +0100 |
---|---|---|
committer | darron@kewl.org <darron@kewl.org> | 2008-10-11 15:31:41 +0100 |
commit | 872031679e22f84f4df51a299225015f12a73f1a (patch) | |
tree | e610fbe1ec2964a563190bf30e82706a97b32f00 /linux/include | |
parent | 4f4658c3f82486387d88365559739c233f8c7766 (diff) | |
download | mediapointer-dvb-s2-872031679e22f84f4df51a299225015f12a73f1a.tar.gz mediapointer-dvb-s2-872031679e22f84f4df51a299225015f12a73f1a.tar.bz2 |
MFE: Add configurable gate control
From: Darron Broad <darron@kewl.org>
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.
Priority: normal
Signed-off-by: Darron Broad <darron@kewl.org>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/media/videobuf-dvb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/include/media/videobuf-dvb.h b/linux/include/media/videobuf-dvb.h index 09547ec3f..47bc2c5e7 100644 --- a/linux/include/media/videobuf-dvb.h +++ b/linux/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, |