diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-01-05 18:00:09 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:04:41 -0500 |
commit | 09f83c4fc06b02597ad4458c2a6675b0872f0b5c (patch) | |
tree | 06e4774299e0e380e0931130b67ba1644fb45613 /drivers/media/dvb/frontends/tda18271-priv.h | |
parent | 98512f7b36ec412ea0461e9aab8f16c882df055d (diff) |
V4L/DVB (6977): tda18271: clean up calibration initialization procedures
Always initialize registers during attach.
Perform IR Calibration during init if needed.
Perform RF Calibration during init if needed for C2, only.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/tda18271-priv.h')
-rw-r--r-- | drivers/media/dvb/frontends/tda18271-priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/tda18271-priv.h b/drivers/media/dvb/frontends/tda18271-priv.h index 6e04258ca6f9..7b06e0599dc5 100644 --- a/drivers/media/dvb/frontends/tda18271-priv.h +++ b/drivers/media/dvb/frontends/tda18271-priv.h | |||
@@ -105,6 +105,7 @@ struct tda18271_priv { | |||
105 | enum tda18271_i2c_gate gate; | 105 | enum tda18271_i2c_gate gate; |
106 | enum tda18271_ver id; | 106 | enum tda18271_ver id; |
107 | 107 | ||
108 | unsigned int tm_rfcal; | ||
108 | unsigned int cal_initialized:1; | 109 | unsigned int cal_initialized:1; |
109 | 110 | ||
110 | struct tda18271_map_layout *maps; | 111 | struct tda18271_map_layout *maps; |