Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161462
b: refs/heads/master
c: 21ff3e4
h: refs/heads/master
v: v3
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Sep 12, 2009
1 parent b7abf5b commit 7dc6ae2
Show file tree
Hide file tree
Showing 2 changed files with 5 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: f659c513d59b91cd5f3c0e2a59d8d287221e98f7
refs/heads/master: 21ff3e4f63a3095f739f6398accd3b43d77e30b5
7 changes: 4 additions & 3 deletions trunk/drivers/media/video/cx23885/cx23885-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,11 +593,12 @@ void cx23885_gpio_setup(struct cx23885_dev *dev)
mdelay(100);

/* Force the TDA8295A into reset and back */
cx_set(GP0_IO, 0x00040004);
cx23885_gpio_enable(dev, GPIO_2, 1);
cx23885_gpio_set(dev, GPIO_2);
mdelay(20);
cx_clear(GP0_IO, 0x00000004);
cx23885_gpio_clear(dev, GPIO_2);
mdelay(20);
cx_set(GP0_IO, 0x00040004);
cx23885_gpio_set(dev, GPIO_2);
mdelay(20);
break;
case CX23885_BOARD_HAUPPAUGE_HVR1200:
Expand Down

0 comments on commit 7dc6ae2

Please sign in to comment.