commit | 08bff03ed697a583612b62a6ac566bd5bce98012 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Mon Sep 20 17:39:46 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Oct 21 01:06:14 2010 -0200 |
tree | 733cf5b266cd7c5b064209dccd7ad6f18d989101 | |
parent | 97397687886aa8ecd4ec603fab9e70e970c11597 [diff] |
V4L/DVB: videobuf: add ext_lock argument to the queue init functions Add an ext_lock argument to the videobuf init functions. This allows drivers to pass the vdev->lock pointer (or any other externally held lock) to videobuf. For now all drivers just pass NULL. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>