From: Hans Verkuil Date: Thu, 20 Sep 2012 12:06:30 +0000 (-0300) Subject: [media] vpif_capture: separate subdev from input X-Git-Tag: v3.7-rc1~38^2^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=178cce1262762b636bcde6685a014c70640b15cc;p=pandora-kernel.git [media] vpif_capture: separate subdev from input vpif_capture relied on a 1-1 mapping of input and subdev. This is not necessarily the case. Separate the two. So there is a list of subdevs and a list of inputs. Each input refers to a subdev and has routing information. An input does not have to have a subdev. The initial input for each channel is set to the fist input. Currently missing is support for associating multiple subdevs with an input. Signed-off-by: Hans Verkuil Acked-by: Lad, Prabhakar Tested-by: Lad, Prabhakar Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed