]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
[media] cx231xx: Set the power mode instead of using the digital mux GPIOs
authorDevin Heitmueller <dheitmueller@hauppauge.com>
Mon, 12 Jul 2010 18:37:00 +0000 (15:37 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Oct 2010 03:17:24 +0000 (01:17 -0200)
The Exeter hardware design does not use GPIOs to manage whether its in
digital mode or analog mode, but we need to setup the power control properly.

For that board, setup power control and remove the mux select call.  It is
highly likely that this change could be used by other boards as well, which
would make power management cleaner (fixing known issues transitioning between
analog and digital mode).

Signed-off-by: Devin Heitmueller <dheitmueller@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx231xx/cx231xx-core.c

index 4fc62c4f738fa423c1e793059a90a741b3d3899b..fe3d500424f3c7812543cb2944842336af61c771 100644 (file)
@@ -746,8 +746,11 @@ int cx231xx_set_mode(struct cx231xx *dev, enum cx231xx_mode set_mode)
                        break;
                case CX231XX_BOARD_CNXT_RDE_253S:
                case CX231XX_BOARD_CNXT_RDU_253S:
+                       errCode = cx231xx_set_agc_analog_digital_mux_select(dev, 1);
+                       break;
                case CX231XX_BOARD_HAUPPAUGE_EXETER:
-               errCode = cx231xx_set_agc_analog_digital_mux_select(dev, 1);
+                       errCode = cx231xx_set_power_mode(dev,
+                                               POLARIS_AVMODE_DIGITAL);
                        break;
                default:
                        break;