diff options
author | Malcolm Priestley <tvboxspy@gmail.com> | 2012-02-12 07:03:06 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-03-08 06:53:39 -0500 |
commit | 6c5637e4eda58292f7d9ee6ee0b1f9aa4b0a7e7f (patch) | |
tree | 6af144c29824c2ba6b50811abd04798483f5d5c7 /drivers/media/dvb/frontends/it913x-fe-priv.h | |
parent | aaa589fc5e768eb8df1a7552e37f9c767ce5e384 (diff) |
[media] it913x-fe ver 1.15 read signal strenght using reg VAR_P_INBAND
Read signal strength using VAR_P_INBAND and apply FEC preferred values.
Note this does not work on IT9137 devices even with dvb-usb-it9135-01.fw
firmware.
Config read_sl allows switch between read signal strength and signal
level.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/it913x-fe-priv.h')
-rw-r--r-- | drivers/media/dvb/frontends/it913x-fe-priv.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/it913x-fe-priv.h b/drivers/media/dvb/frontends/it913x-fe-priv.h index 93b086ea7e1c..eb6fd8aebdb3 100644 --- a/drivers/media/dvb/frontends/it913x-fe-priv.h +++ b/drivers/media/dvb/frontends/it913x-fe-priv.h | |||
@@ -201,6 +201,11 @@ fe_modulation_t fe_con[] = { | |||
201 | QAM_64, | 201 | QAM_64, |
202 | }; | 202 | }; |
203 | 203 | ||
204 | enum { | ||
205 | PRIORITY_HIGH = 0, /* High-priority stream */ | ||
206 | PRIORITY_LOW, /* Low-priority stream */ | ||
207 | }; | ||
208 | |||
204 | /* Standard demodulator functions */ | 209 | /* Standard demodulator functions */ |
205 | static struct it913xset set_solo_fe[] = { | 210 | static struct it913xset set_solo_fe[] = { |
206 | {PRO_LINK, GPIOH5_EN, {0x01}, 0x01}, | 211 | {PRO_LINK, GPIOH5_EN, {0x01}, 0x01}, |