From: Hans Verkuil Date: Sun, 28 Mar 2010 12:09:05 +0000 (-0300) Subject: V4L/DVB: v4l videobuf: add videobuf_buffer *buf as argument to mmap_mapper X-Git-Tag: v2.6.35-rc1~480^2~138 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b62b73778554cd47480ea465f0b255cc63b4336;p=pandora-kernel.git V4L/DVB: v4l videobuf: add videobuf_buffer *buf as argument to mmap_mapper mmap_mapper should operate on a buffer, not on a complete queue. So let the videobuf-core find the correct buffer instead of duplicating that code in each mmap_mapper implementation. The dma-sg implementation has backwards compatibility code for handling the V4L1_COMPAT layer. This code is now under the v4L1_COMPAT config option. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed