diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-01-06 13:52:56 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:04:43 -0500 |
commit | a4f263b587573f47cc6bc7ad85e5f650169d48f6 (patch) | |
tree | d6734ff3a2d7234b34086152fe08c6606973f5b2 /drivers/media/dvb/frontends/tda18271-priv.h | |
parent | b3d98135aa6e462d7e3f42a86d12483a9003a4da (diff) |
V4L/DVB (6986): tda18271: share state between analog and digital tuner instances
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/tda18271-priv.h b/drivers/media/dvb/frontends/tda18271-priv.h index af89cfab0066..5c04d63ae849 100644 --- a/drivers/media/dvb/frontends/tda18271-priv.h +++ b/drivers/media/dvb/frontends/tda18271-priv.h | |||
@@ -102,10 +102,13 @@ struct tda18271_priv { | |||
102 | struct i2c_adapter *i2c_adap; | 102 | struct i2c_adapter *i2c_adap; |
103 | unsigned char tda18271_regs[TDA18271_NUM_REGS]; | 103 | unsigned char tda18271_regs[TDA18271_NUM_REGS]; |
104 | 104 | ||
105 | struct list_head tda18271_list; | ||
106 | |||
105 | enum tda18271_mode mode; | 107 | enum tda18271_mode mode; |
106 | enum tda18271_i2c_gate gate; | 108 | enum tda18271_i2c_gate gate; |
107 | enum tda18271_ver id; | 109 | enum tda18271_ver id; |
108 | 110 | ||
111 | unsigned int count; | ||
109 | unsigned int tm_rfcal; | 112 | unsigned int tm_rfcal; |
110 | unsigned int cal_initialized:1; | 113 | unsigned int cal_initialized:1; |
111 | 114 | ||