diff options
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-cards.c')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-cards.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/media/video/cx23885/cx23885-cards.c b/drivers/media/video/cx23885/cx23885-cards.c index 742af1976809..2bf8ed604d6b 100644 --- a/drivers/media/video/cx23885/cx23885-cards.c +++ b/drivers/media/video/cx23885/cx23885-cards.c | |||
@@ -593,11 +593,12 @@ void cx23885_gpio_setup(struct cx23885_dev *dev) | |||
593 | mdelay(100); | 593 | mdelay(100); |
594 | 594 | ||
595 | /* Force the TDA8295A into reset and back */ | 595 | /* Force the TDA8295A into reset and back */ |
596 | cx_set(GP0_IO, 0x00040004); | 596 | cx23885_gpio_enable(dev, GPIO_2, 1); |
597 | cx23885_gpio_set(dev, GPIO_2); | ||
597 | mdelay(20); | 598 | mdelay(20); |
598 | cx_clear(GP0_IO, 0x00000004); | 599 | cx23885_gpio_clear(dev, GPIO_2); |
599 | mdelay(20); | 600 | mdelay(20); |
600 | cx_set(GP0_IO, 0x00040004); | 601 | cx23885_gpio_set(dev, GPIO_2); |
601 | mdelay(20); | 602 | mdelay(20); |
602 | break; | 603 | break; |
603 | case CX23885_BOARD_HAUPPAUGE_HVR1200: | 604 | case CX23885_BOARD_HAUPPAUGE_HVR1200: |