commit | 5325b4272a53b43f55b82cc369c310c2fcacdca1 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Thu Apr 02 11:26:22 2009 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Apr 06 21:44:27 2009 -0300 |
tree | f2a1491de3d05901152e0e271c0cb5ce381884c2 | |
parent | c0ff29150d37615ac703802ab3edc775fd402491 [diff] |
V4L/DVB (11380): v4l2-subdev: change s_routing prototype 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>