From: Hans Verkuil Date: Thu, 20 Sep 2012 12:06:33 +0000 (-0300) Subject: [media] tvp514x: s_routing should just change routing, not try to detect a signal X-Git-Tag: v3.7-rc1~38^2^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c389648a927bada928c854dccccf0301317784eb;p=pandora-kernel.git [media] tvp514x: s_routing should just change routing, not try to detect a signal The s_routing function should not try to detect a signal. It is a really bad idea to try to detect a valid video signal and return an error if you can't. Changing input should do just that and nothing more. Also don't power on the ADCs on s_routing, instead do that on querystd. Signed-off-by: Hans Verkuil Acked-by: Lad, Prabhakar Tested-by: Lad, Prabhakar Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed