aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/tda18271-priv.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-04-22 13:46:23 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 13:07:55 -0400
commit868f5ccd64113d070f09ecf2827a69b81c95ed9d (patch)
tree4c80f304e6cee1cccbb7e3606fab029923bff558 /drivers/media/dvb/frontends/tda18271-priv.h
parent4efb0ca5d00f2c7a8bf9632556a4b4330cf409c5 (diff)
V4L/DVB (7436): tda18271: add basic support for slave tuner configurations
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.h1
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 2a37f794e1b6..4b153bc557fe 100644
--- a/drivers/media/dvb/frontends/tda18271-priv.h
+++ b/drivers/media/dvb/frontends/tda18271-priv.h
@@ -110,6 +110,7 @@ struct tda18271_priv {
110 struct tuner_i2c_props i2c_props; 110 struct tuner_i2c_props i2c_props;
111 111
112 enum tda18271_mode mode; 112 enum tda18271_mode mode;
113 enum tda18271_role role;
113 enum tda18271_i2c_gate gate; 114 enum tda18271_i2c_gate gate;
114 enum tda18271_ver id; 115 enum tda18271_ver id;
115 116