V4L/DVB: v4l: add new subdev vbi ops to handle raw and sliced vbi
authorHans Verkuil <hverkuil@xs4all.nl>
Sun, 14 Mar 2010 13:02:50 +0000 (10:02 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:58:46 +0000 (12:58 -0300)
commit54aefafbf312ee54a2d70fe3ef0ca89c079ead6e
tree170fe51cfea9b96211dbc0048e113a3a6908283b
parent32cd527f59f8aa8549067a2c5f989b736f7da79a
V4L/DVB: v4l: add new subdev vbi ops to handle raw and sliced vbi

Currently raw and sliced vbi is setup using the video g/s_fmt ops.
However, we want to split off the vbi formatting into separate ops
so the first step is to create those new ops.

The next step will be to convert subdev drivers and bridge drivers
to use the new ops. And in the final step we can start converting
the video g/s_fmt ops to the new (and more appropriate) mediabus
format ops.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
include/media/v4l2-subdev.h