Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285518
b: refs/heads/master
c: aac865f
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 31, 2011
1 parent 66e92df commit e3a77d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 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: 4e4d2bcf484cd74b75196ea0f352aec1909923f7
refs/heads/master: aac865f7c92990f2db17cfe9e9ef89a8706253f7
10 changes: 6 additions & 4 deletions trunk/drivers/media/video/em28xx/em28xx-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,12 @@ static struct zl10353_config em28xx_zl10353_xc3028_no_i2c_gate = {
};

static struct drxd_config em28xx_drxd = {
.index = 0, .demod_address = 0x70, .demod_revision = 0xa2,
.demoda_address = 0x00, .pll_address = 0x00,
.pll_type = DRXD_PLL_NONE, .clock = 12000, .insert_rs_byte = 1,
.pll_set = NULL, .osc_deviation = NULL, .IF = 42800000,
.demod_address = 0x70,
.demod_revision = 0xa2,
.pll_type = DRXD_PLL_NONE,
.clock = 12000,
.insert_rs_byte = 1,
.IF = 42800000,
.disable_i2c_gate_ctrl = 1,
};

Expand Down

0 comments on commit e3a77d3

Please sign in to comment.