[media] v4l2-ctrls: add a filter function to v4l2_ctrl_add_handler
authorHans Verkuil <hans.verkuil@cisco.com>
Fri, 14 Sep 2012 10:15:03 +0000 (07:15 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 1 Oct 2012 20:07:07 +0000 (17:07 -0300)
With a filter function you can control more precisely which controls
are added. This is useful in particular for radio device nodes for
combined TV/Radio cards where you want to show just the radio-specific
controls and not controls like brightness.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found