aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/tda18271.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-01-03 01:40:47 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:04:38 -0200
commit0e1fab90a8a76e09b669d3159ec910eab7ee97d6 (patch)
tree39b0fba93850658453c1f8ff0228e8774c6f484b /drivers/media/dvb/frontends/tda18271.h
parentV4L/DVB (6963): tda18271: store IF frequency in a u16 instead of u32 (diff)
downloadlinux-dev-0e1fab90a8a76e09b669d3159ec910eab7ee97d6.tar.xz
linux-dev-0e1fab90a8a76e09b669d3159ec910eab7ee97d6.zip
V4L/DVB (6964): tda18271: document debug level and configuration parameters
Document debug level module options and tda18271_config attach-time parameters. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to '')
-rw-r--r--drivers/media/dvb/frontends/tda18271.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/tda18271.h b/drivers/media/dvb/frontends/tda18271.h
index 4fa3d6ab6216..9ccfa6e8b5a9 100644
--- a/drivers/media/dvb/frontends/tda18271.h
+++ b/drivers/media/dvb/frontends/tda18271.h
@@ -52,7 +52,10 @@ enum tda18271_i2c_gate {
};
struct tda18271_config {
+ /* override default if freq / std settings (optional) */
struct tda18271_std_map *std_map;
+
+ /* use i2c gate provided by analog or digital demod */
enum tda18271_i2c_gate gate;
};