summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/it913x-fe.c
diff options
context:
space:
mode:
authortvboxspy <tvboxspy@gmail.com>2011-10-31 12:06:34 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-11-07 13:25:41 -0200
commit2b3c13ecce3bc0fbdeb5ef0596b350dc702d01d5 (patch)
treef7e5abec3e8d046064fa710126f01d5520ad2dd0 /drivers/media/dvb/frontends/it913x-fe.c
parentb7d425d39179e125604cbf451a06d3204d2e1398 (diff)
[media] it913x-fe ver 1.09 amend adc table entries
Amend adc table entries and size. 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.c')
-rw-r--r--drivers/media/dvb/frontends/it913x-fe.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/media/dvb/frontends/it913x-fe.c b/drivers/media/dvb/frontends/it913x-fe.c
index 5113b89a814..6d12dccf5ce 100644
--- a/drivers/media/dvb/frontends/it913x-fe.c
+++ b/drivers/media/dvb/frontends/it913x-fe.c
@@ -53,7 +53,6 @@ struct it913x_fe_state {
struct ite_config *config;
u8 i2c_addr;
u32 frequency;
- u8 adf;
u32 crystalFrequency;
u32 adcFrequency;
u8 tuner_type;
@@ -698,7 +697,7 @@ static int it913x_fe_start(struct it913x_fe_state *state)
if (state->config->chip_ver == 1)
ret = it913x_init_tuner(state);
- if (adf < 12) {
+ if (adf < 10) {
state->crystalFrequency = fe_clockTable[adf].xtal ;
state->table = fe_clockTable[adf].table;
state->adcFrequency = state->table->adcFrequency;
@@ -889,5 +888,5 @@ static struct dvb_frontend_ops it913x_fe_ofdm_ops = {
MODULE_DESCRIPTION("it913x Frontend and it9137 tuner");
MODULE_AUTHOR("Malcolm Priestley tvboxspy@gmail.com");
-MODULE_VERSION("1.08");
+MODULE_VERSION("1.09");
MODULE_LICENSE("GPL");