Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294864
b: refs/heads/master
c: 6e5caf8
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jan 21, 2012
1 parent 9eeb27f commit 1757a8a
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 67f04617377ecd4ee1547fd9ab3a97af38d572d0
refs/heads/master: 6e5caf8493fabbb1c6aec1cb98adb9667182a1c6
9 changes: 5 additions & 4 deletions trunk/drivers/media/dvb/dvb-usb/az6007.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,12 @@ struct az6007_device_state {

static struct drxk_config terratec_h7_drxk = {
.adr = 0x29,
.single_master = 1,
.no_i2c_bridge = 0,
.parallel_ts = true,
.dynamic_clk = true,
.single_master = true,
.no_i2c_bridge = false,
.chunk_size = 64,
.microcode_name = "dvb-usb-terratec-h7-drxk.fw",
.parallel_ts = 1,
.microcode_name = "dvb-usb-terratec-h7-az6007.fw",
};

static int drxk_gate_ctrl(struct dvb_frontend *fe, int enable)
Expand Down

0 comments on commit 1757a8a

Please sign in to comment.