diff options
author | Hartmut Hackmann <hartmut.hackmann@t-online.de> | 2005-07-07 20:57:43 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-07 21:23:54 -0400 |
commit | f03cbea36ab9412dcea58e953be4933b36c9b7be (patch) | |
tree | 3ecffeccbd499ee2e3d7cd6bdc4094d989004968 /drivers/media/dvb/frontends/tda1004x.h | |
parent | 0c744b010078bd65724477e75261e51712d290a0 (diff) |
[PATCH] dvb: frontend: tda1004x: support tda827x tuners
o added preliminary support for tda827x tuners
o set parameters for drift compensation to 0
makes no sense for DVB-T but can prevent lock
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/dvb/frontends/tda1004x.h')
-rw-r--r-- | drivers/media/dvb/frontends/tda1004x.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/tda1004x.h b/drivers/media/dvb/frontends/tda1004x.h index 103d08ff7b5d..8659c52647ad 100644 --- a/drivers/media/dvb/frontends/tda1004x.h +++ b/drivers/media/dvb/frontends/tda1004x.h | |||
@@ -34,11 +34,15 @@ enum tda10046_xtal { | |||
34 | enum tda10046_agc { | 34 | enum tda10046_agc { |
35 | TDA10046_AGC_DEFAULT, /* original configuration */ | 35 | TDA10046_AGC_DEFAULT, /* original configuration */ |
36 | TDA10046_AGC_IFO_AUTO_NEG, /* IF AGC only, automatic, negtive */ | 36 | TDA10046_AGC_IFO_AUTO_NEG, /* IF AGC only, automatic, negtive */ |
37 | TDA10046_AGC_IFO_AUTO_POS, /* IF AGC only, automatic, positive */ | ||
38 | TDA10046_AGC_TDA827X, /* IF AGC only, special setup for tda827x */ | ||
37 | }; | 39 | }; |
38 | 40 | ||
39 | enum tda10046_if { | 41 | enum tda10046_if { |
40 | TDA10046_FREQ_3617, /* original config, 36,166 MHZ */ | 42 | TDA10046_FREQ_3617, /* original config, 36,166 MHZ */ |
41 | TDA10046_FREQ_3613, /* 36,13 MHZ */ | 43 | TDA10046_FREQ_3613, /* 36,13 MHZ */ |
44 | TDA10046_FREQ_045, /* low IF, 4.0, 4.5, or 5.0 MHZ */ | ||
45 | TDA10046_FREQ_052, /* low IF, 5.1667 MHZ for tda9889 */ | ||
42 | }; | 46 | }; |
43 | 47 | ||
44 | struct tda1004x_config | 48 | struct tda1004x_config |