diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2009-03-04 17:42:06 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:11 -0400 |
commit | adcc4b3e75c5f0293806766bcc5ed0bb62d5cda0 (patch) | |
tree | c13980e43addd1dacead20ae0c35a858fe5afbfe /drivers/media/common/tuners/tda18271-priv.h | |
parent | 3160fbc556aa2e60404fa4da35b3e13dd741a5a2 (diff) |
V4L/DVB (10876): tda18271: add support for AGC configuration via tuner callback
The tda827x driver supports a feature that the tda18271 driver was lacking
until now. This patch adds support for device-level configuration via the
tuner callback configuration interface.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/tuners/tda18271-priv.h')
-rw-r--r-- | drivers/media/common/tuners/tda18271-priv.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/media/common/tuners/tda18271-priv.h b/drivers/media/common/tuners/tda18271-priv.h index 81a739365f8c..74beb28806f8 100644 --- a/drivers/media/common/tuners/tda18271-priv.h +++ b/drivers/media/common/tuners/tda18271-priv.h | |||
@@ -91,11 +91,6 @@ enum tda18271_pll { | |||
91 | TDA18271_CAL_PLL, | 91 | TDA18271_CAL_PLL, |
92 | }; | 92 | }; |
93 | 93 | ||
94 | enum tda18271_mode { | ||
95 | TDA18271_ANALOG, | ||
96 | TDA18271_DIGITAL, | ||
97 | }; | ||
98 | |||
99 | struct tda18271_map_layout; | 94 | struct tda18271_map_layout; |
100 | 95 | ||
101 | enum tda18271_ver { | 96 | enum tda18271_ver { |
@@ -114,6 +109,7 @@ struct tda18271_priv { | |||
114 | enum tda18271_i2c_gate gate; | 109 | enum tda18271_i2c_gate gate; |
115 | enum tda18271_ver id; | 110 | enum tda18271_ver id; |
116 | 111 | ||
112 | unsigned int config; /* interface to saa713x / tda829x */ | ||
117 | unsigned int tm_rfcal; | 113 | unsigned int tm_rfcal; |
118 | unsigned int cal_initialized:1; | 114 | unsigned int cal_initialized:1; |
119 | unsigned int small_i2c:1; | 115 | unsigned int small_i2c:1; |