]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
V4L/DVB (6964): tda18271: document debug level and configuration parameters
authorMichael Krufky <mkrufky@linuxtv.org>
Thu, 3 Jan 2008 04:40:47 +0000 (01:40 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:04:38 +0000 (19:04 -0200)
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>
drivers/media/dvb/frontends/tda18271-fe.c
drivers/media/dvb/frontends/tda18271.h

index a02d6404f755d401f93b98d149dbc304cd5e11d1..55c17fc22275397c21ee6fcbb15436a4cd82b4d3 100644 (file)
@@ -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))");
 
 /*---------------------------------------------------------------------*/
 
index 4fa3d6ab621682e0473b9addc0409a1d5aa96d20..9ccfa6e8b5a95ab070370b7eea206e222b52d311 100644 (file)
@@ -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;
 };