public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] Allow inheritance of private controls
@ 2014-01-31 11:12 Hans Verkuil
  2014-01-31 11:12 ` [RFC PATCH 1/2] v4l2-ctrls: add add_priv arg to v4l2_ctrl_add_handler Hans Verkuil
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Hans Verkuil @ 2014-01-31 11:12 UTC (permalink / raw)
  To: linux-media; +Cc: detlev.casanova, laurent.pinchart

Devices with a simple video pipeline may want to inherit private controls
of sub-devices and expose them to the video node instead of v4l-subdev
nodes (which may be inhibit anyway by the driver).

Add support for this.

A typical real-life example of this is a PCI capture card with just a single
video receiver sub-device. Creating v4l-subdev nodes for this is overkill
since it is clear which control belongs to which subdev.

Regards,

	Hans


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-02-03  8:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-31 11:12 [RFC PATCH 0/2] Allow inheritance of private controls Hans Verkuil
2014-01-31 11:12 ` [RFC PATCH 1/2] v4l2-ctrls: add add_priv arg to v4l2_ctrl_add_handler Hans Verkuil
2014-01-31 11:12 ` [RFC PATCH 2/2] v4l2-device: add inherit_private_ctrls field Hans Verkuil
2014-02-02  9:45 ` [RFC PATCH 0/2] Allow inheritance of private controls Laurent Pinchart
2014-02-03  8:55   ` Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox