V4L/DVB (11380): v4l2-subdev: change s_routing prototype
authorHans Verkuil <hverkuil@xs4all.nl>
Thu, 2 Apr 2009 14:26:22 +0000 (11:26 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 7 Apr 2009 00:44:27 +0000 (21:44 -0300)
It is no longer needed to use a struct pointer as argument, since v4l2_subdev
doesn't require that ioctl-like approach anymore. Instead just pass the input,
output and config (new!) arguments directly.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found