[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)
commitb88ba6193d5f2469b2b29b52e8cca78a4caa47e0
treeffa503a36b58a7be9e452737f6e27831faf7a55c
parent6e6a2ba9cf67b437c51baacd20d58112ad74d685
[media] cx231xx: Set the power mode instead of using the digital mux GPIOs

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