]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] vb2: Add videobuf2-dvb support
authorHans Verkuil <hans.verkuil@cisco.com>
Wed, 9 Oct 2013 11:01:05 +0000 (08:01 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 16 Apr 2014 21:59:29 +0000 (18:59 -0300)
commit701b57ee3387b8e3749845b02310b5625fbd8da0
tree359260df9fa9bad7c82eaf9374a5e1bf502b9401
parent3415a89f48dce655ae353bc70a8e292764e8e931
[media] vb2: Add videobuf2-dvb support

With the new vb2_thread_start/stop core code it is very easy to implement
videobuf2-dvb. This should simplify converting existing videobuf drivers to
vb2.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/v4l2-core/Kconfig
drivers/media/v4l2-core/Makefile
drivers/media/v4l2-core/videobuf2-dvb.c [new file with mode: 0644]
include/media/videobuf2-dvb.h [new file with mode: 0644]