[media] cx231xx: do not call video_mux as part of isoc setup
authorDevin Heitmueller <dheitmueller@hauppauge.com>
Mon, 12 Jul 2010 18:34:57 +0000 (15:34 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Oct 2010 03:17:23 +0000 (01:17 -0200)
commit6e6a2ba9cf67b437c51baacd20d58112ad74d685
tree61c95a8dcb9cd40fe0a3f0d23831811174cc1b78
parentcc355753e860559744baf5ddb2fcf427433e0346
[media] cx231xx: do not call video_mux as part of isoc setup

You cannot call the video_mux routine from within the isoc setup, because that
code is shared with the digital isoc handler.  This was causing the GPIOs and
power control to be put into the wrong state when starting up 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
drivers/media/video/cx231xx/cx231xx-video.c