Hello,

This series implements compound controls support for yavta. The support is
currently limited to (multidimensional) arrays of integer types, and will be
extended later as needed.

One point worth noting is patch 4/4 that adds support for setting a control to
a value stored in a file. This is particularly useful for large array controls
as specifying the control value on the command line would be cumbersome.

Laurent Pinchart (4):
  Implement VIDIOC_QUERY_EXT_CTRL support
  Implement compound control get support
  Implement compound control set support
  Support setting control from values stored in a file

 yavta.c | 438 +++++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 340 insertions(+), 98 deletions(-)

-- 
Regards,

Laurent Pinchart

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to