Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65870
b: refs/heads/master
c: bfde287
h: refs/heads/master
v: v3
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent be1a6ef commit ea971c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 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: fc959befe0f0e4647bb4e326e3ae55875401888a
refs/heads/master: bfde287c2f8f0fe4e50e0eb136e4dca6b0ed84dc
13 changes: 1 addition & 12 deletions trunk/drivers/media/video/cx23885/cx23885-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1025,18 +1025,7 @@ static int cx23885_start_dma(struct cx23885_tsport *port,

cx_write(port->reg_hw_sop_ctrl, 0x47 << 16 | 188 << 4);
cx_write(port->reg_ts_clk_en, port->ts_clk_en_val);

switch (dev->board) {
case CX23885_BOARD_HAUPPAUGE_HVR1250:
case CX23885_BOARD_HAUPPAUGE_HVR1800lp:
case CX23885_BOARD_HAUPPAUGE_HVR1800:
cx_write(port->reg_vld_misc, 0x00);
dprintk(1, "%s() Configuring HVR1800/lp/1500 board\n",
__FUNCTION__);
break;
default:
printk(KERN_ERR "%s() error, default case", __FUNCTION__ );
}
cx_write(port->reg_vld_misc, 0x00);

cx_write(port->reg_gen_ctrl, port->gen_ctrl_val);
udelay(100);
Expand Down

0 comments on commit ea971c4

Please sign in to comment.