aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
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
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 'drivers/media/dvb')
-rw-r--r--drivers/media/dvb/frontends/tda18271-fe.c3
-rw-r--r--drivers/media/dvb/frontends/tda18271.h3
2 files changed, 5 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/tda18271-fe.c b/drivers/media/dvb/frontends/tda18271-fe.c
index a02d6404f755..55c17fc22275 100644
--- a/drivers/media/dvb/frontends/tda18271-fe.c
+++ b/drivers/media/dvb/frontends/tda18271-fe.c
@@ -24,7 +24,8 @@
int tda18271_debug;
module_param_named(debug, tda18271_debug, int, 0644);
-MODULE_PARM_DESC(debug, "set debug level (info=1, map=2, reg=4 (or-able))");
+MODULE_PARM_DESC(debug, "set debug level "
+ "(info=1, map=2, reg=4, adv=8 (or-able))");
/*---------------------------------------------------------------------*/
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;
};