Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76699
b: refs/heads/master
c: 0e1fab9
h: refs/heads/master
i:
  76697: 9e72b14
  76695: 53b2803
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent a3b49e4 commit e36e2ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2ba65d517b91ebb30f4f2a88f1e1beeabd8d8ee6
refs/heads/master: 0e1fab90a8a76e09b669d3159ec910eab7ee97d6
3 changes: 2 additions & 1 deletion trunk/drivers/media/dvb/frontends/tda18271-fe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))");

/*---------------------------------------------------------------------*/

Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/media/dvb/frontends/tda18271.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit e36e2ba

Please sign in to comment.