diff options
author | Henk Vergonet <Henk.Vergonet@gmail.com> | 2009-09-15 01:25:35 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-18 23:13:52 -0400 |
commit | d1f7510b9179ef7249db08e50d51654f1bf8e261 (patch) | |
tree | c71be2ed769383953a8e7905de325e94096e360d | |
parent | b5d189702b56c5d09bec71798c0314090b36116d (diff) |
V4L/DVB (12871): tda18271: fix bad data in tda18271_cid_target table
Fixed one value and removed a duplicate in tda18271_cid_target[],
based on table 54 "CID_Target_map" in Rev.04 of the TDA18271HD datasheet.
Signed-off-by: Henk Vergonet <Henk.Vergonet@gmail.com>
Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/common/tuners/tda18271-maps.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/common/tuners/tda18271-maps.c b/drivers/media/common/tuners/tda18271-maps.c index ab14ceb9e0ce..e21fdeff3ddf 100644 --- a/drivers/media/common/tuners/tda18271-maps.c +++ b/drivers/media/common/tuners/tda18271-maps.c | |||
@@ -962,10 +962,9 @@ struct tda18271_cid_target_map { | |||
962 | static struct tda18271_cid_target_map tda18271_cid_target[] = { | 962 | static struct tda18271_cid_target_map tda18271_cid_target[] = { |
963 | { .rfmax = 46000, .target = 0x04, .limit = 1800 }, | 963 | { .rfmax = 46000, .target = 0x04, .limit = 1800 }, |
964 | { .rfmax = 52200, .target = 0x0a, .limit = 1500 }, | 964 | { .rfmax = 52200, .target = 0x0a, .limit = 1500 }, |
965 | { .rfmax = 79100, .target = 0x01, .limit = 4000 }, | 965 | { .rfmax = 70100, .target = 0x01, .limit = 4000 }, |
966 | { .rfmax = 136800, .target = 0x18, .limit = 4000 }, | 966 | { .rfmax = 136800, .target = 0x18, .limit = 4000 }, |
967 | { .rfmax = 156700, .target = 0x18, .limit = 4000 }, | 967 | { .rfmax = 156700, .target = 0x18, .limit = 4000 }, |
968 | { .rfmax = 156700, .target = 0x18, .limit = 4000 }, | ||
969 | { .rfmax = 186250, .target = 0x0a, .limit = 4000 }, | 968 | { .rfmax = 186250, .target = 0x0a, .limit = 4000 }, |
970 | { .rfmax = 230000, .target = 0x0a, .limit = 4000 }, | 969 | { .rfmax = 230000, .target = 0x0a, .limit = 4000 }, |
971 | { .rfmax = 345000, .target = 0x18, .limit = 4000 }, | 970 | { .rfmax = 345000, .target = 0x18, .limit = 4000 }, |