commit | 6e6a2ba9cf67b437c51baacd20d58112ad74d685 | [log] [tgz] |
---|---|---|
author | Devin Heitmueller <dheitmueller@hauppauge.com> | Mon Jul 12 15:34:57 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Oct 21 01:17:23 2010 -0200 |
tree | 61c95a8dcb9cd40fe0a3f0d23831811174cc1b78 | |
parent | cc355753e860559744baf5ddb2fcf427433e0346 [diff] |
[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>