diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-01-02 23:40:47 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:04:38 -0500 |
commit | 0e1fab90a8a76e09b669d3159ec910eab7ee97d6 (patch) | |
tree | 39b0fba93850658453c1f8ff0228e8774c6f484b /drivers/media/dvb/frontends/tda18271.h | |
parent | 2ba65d517b91ebb30f4f2a88f1e1beeabd8d8ee6 (diff) |
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/frontends/tda18271.h')
-rw-r--r-- | drivers/media/dvb/frontends/tda18271.h | 3 |
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 { | |||
52 | }; | 52 | }; |
53 | 53 | ||
54 | struct tda18271_config { | 54 | struct tda18271_config { |
55 | /* override default if freq / std settings (optional) */ | ||
55 | struct tda18271_std_map *std_map; | 56 | struct tda18271_std_map *std_map; |
57 | |||
58 | /* use i2c gate provided by analog or digital demod */ | ||
56 | enum tda18271_i2c_gate gate; | 59 | enum tda18271_i2c_gate gate; |
57 | }; | 60 | }; |
58 | 61 | ||