commit | d4cae5a50021271b9ef4e5e39e71e177d12fa8cb | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@infradead.org> | Mon Oct 08 12:20:02 2007 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Wed Oct 10 00:03:14 2007 -0300 |
tree | 75f3def69e6b35fc02e46af5661bb45aa006ba9d | |
parent | d5f1b01644b6fd5e9eb480a4762cd6b569cb1246 [diff] |
V4L/DVB (6292): videobuf_core init always require callback implementation In the past, videobuf_queue_init were used to initialize PCI DMA videobuffers. This patch renames it, to avoid confusion with the previous kernel API, doing: s/videobuf_queue_init/void videobuf_queue_core_init/ Also, the operations is now part of the function parameter. The function will also add a test if this is defined, otherwise producing BUG. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>