Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76572
b: refs/heads/master
c: 7206abb
h: refs/heads/master
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent d0f4056 commit 5ce6490
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: f6e90a66cde270cd6cc7aa1f4f0650930aa7f6bc
refs/heads/master: 7206abbc2d19b6846b879fb266672b40da9961cb
8 changes: 5 additions & 3 deletions trunk/drivers/media/dvb/frontends/tda18271-fe.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,16 @@ MODULE_PARM_DESC(debug, "set debug level (info=1, map=2, reg=4 (or-able))");

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

#define TDA18271_ANALOG 0
#define TDA18271_DIGITAL 1
enum tda18271_mode {
TDA18271_ANALOG,
TDA18271_DIGITAL,
};

struct tda18271_priv {
u8 i2c_addr;
struct i2c_adapter *i2c_adap;
unsigned char tda18271_regs[TDA18271_NUM_REGS];
int mode;
enum tda18271_mode mode;

u32 frequency;
u32 bandwidth;
Expand Down

0 comments on commit 5ce6490

Please sign in to comment.