diff options
author | tvboxspy <tvboxspy@gmail.com> | 2011-10-31 16:06:34 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-07 16:25:41 +0100 |
commit | 2b3c13ecce3bc0fbdeb5ef0596b350dc702d01d5 (patch) | |
tree | f7e5abec3e8d046064fa710126f01d5520ad2dd0 /drivers/media/dvb/frontends/it913x-fe-priv.h | |
parent | [media] it913x Support it9135 Verions 2 chip (diff) | |
download | linux-2b3c13ecce3bc0fbdeb5ef0596b350dc702d01d5.tar.xz linux-2b3c13ecce3bc0fbdeb5ef0596b350dc702d01d5.zip |
[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-priv.h')
-rw-r--r-- | drivers/media/dvb/frontends/it913x-fe-priv.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/media/dvb/frontends/it913x-fe-priv.h b/drivers/media/dvb/frontends/it913x-fe-priv.h index abf1395f6240..836a5b818219 100644 --- a/drivers/media/dvb/frontends/it913x-fe-priv.h +++ b/drivers/media/dvb/frontends/it913x-fe-priv.h @@ -153,8 +153,7 @@ struct table { }; static struct table fe_clockTable[] = { - {12000000, tab3}, /* FPGA */ - {16384000, tab6}, /* 16.38MHz */ + {12000000, tab3}, /* 12.00MHz */ {20480000, tab6}, /* 20.48MHz */ {36000000, tab3}, /* 36.00MHz */ {30000000, tab1}, /* 30.00MHz */ @@ -164,7 +163,6 @@ static struct table fe_clockTable[] = { {34000000, tab2}, /* 34.00MHz */ {24000000, tab1}, /* 24.00MHz */ {22000000, tab8}, /* 22.00MHz */ - {12000000, tab3} /* 12.00MHz */ }; /* fe get */ |