Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179414
b: refs/heads/master
c: 1faea56
h: refs/heads/master
v: v3
  • Loading branch information
Nemeth Marton authored and Mauro Carvalho Chehab committed Jan 17, 2010
1 parent 0c0c19b commit 40062a3
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 8c32aa5945cb05bb2ff8a91485d4477fbe55cf00
refs/heads/master: 1faea56087dfaf84019557f2c9ad18bd67c6012a
6 changes: 3 additions & 3 deletions trunk/drivers/media/dvb/frontends/lgdt3305.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ struct lgdt3305_config {
u16 usref_qam256; /* default: 0x2a80 */

/* disable i2c repeater - 0:repeater enabled 1:repeater disabled */
int deny_i2c_rptr:1;
unsigned int deny_i2c_rptr:1;

/* spectral inversion - 0:disabled 1:enabled */
int spectral_inversion:1;
unsigned int spectral_inversion:1;

/* use RF AGC loop - 0:disabled 1:enabled */
int rf_agc_loop:1;
unsigned int rf_agc_loop:1;

enum lgdt3305_mpeg_mode mpeg_mode;
enum lgdt3305_tp_clock_edge tpclk_edge;
Expand Down

0 comments on commit 40062a3

Please sign in to comment.