aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/sec.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-11-16 16:50:27 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-11-16 16:50:27 +0000
commite768f7667ec5da0e331725de8a582365358cf7e3 (patch)
treeb884b58e3ede7547306f141c45786b154d7313b5 /lib/dvb/sec.h
parent82aa264d3b1732f8c5883a13401a45cb32e00bc1 (diff)
downloadenigma2-e768f7667ec5da0e331725de8a582365358cf7e3.tar.gz
enigma2-e768f7667ec5da0e331725de8a582365358cf7e3.zip
auto tuner selection is now working (this breaks allocateRawChannel..)
TODO: handling for linked tuners (loop through)
Diffstat (limited to 'lib/dvb/sec.h')
-rw-r--r--lib/dvb/sec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/sec.h b/lib/dvb/sec.h
index 68add398..901e4e2e 100644
--- a/lib/dvb/sec.h
+++ b/lib/dvb/sec.h
@@ -214,6 +214,7 @@ public:
DECLARE_REF(eDVBSatelliteEquipmentControl);
eDVBSatelliteEquipmentControl();
RESULT prepare(iDVBFrontend &frontend, FRONTENDPARAMETERS &parm, eDVBFrontendParametersSatellite &sat);
+ int canTune(const eDVBFrontendParametersSatellite &feparm, iDVBFrontend *, int frontend_id);
bool currentLNBValid() { return m_lnbidx > -1 && m_lnbidx < (int)(sizeof(m_lnbs) / sizeof(eDVBSatelliteLNBParameters)); }
#endif
static eDVBSatelliteEquipmentControl *getInstance() { return instance; }