Hi Hans,
On Mon, Feb 13, 2017 at 10:40:41AM +0100, Hans Verkuil wrote:
...
> > @@ -839,6 +951,157 @@ enum v4l2_field v4l2_subdev_string_to_field(const
> > char *string)
> > return (enum v4l2_field)-1;
> > }
> >
> > +static struct {
> > + const char *name;
> > + enum v4l2_colorspace colorspace;
> > +} colorspaces[] = {
> > + { "default", V4L2_COLORSPACE_DEFAULT },
> > + { "smpte170m", V4L2_COLORSPACE_SMPTE170M },
> > + { "smpte240m", V4L2_COLORSPACE_SMPTE240M },
> > + { "rec709", V4L2_COLORSPACE_REC709 },
> > + { "bt878", V4L2_COLORSPACE_BT878 },
>
> Drop this, it's no longer used in the kernel.
What about older kernels? Were there drivers that reported it?
--
Sakari Ailus
e-mail: [email protected] XMPP: [email protected]