commit | cc0140e2a04513ccdd950d939729e557d23cc910 | [log] [tgz] |
---|---|---|
author | Sakari Ailus <sakari.ailus@linux.intel.com> | Fri May 26 05:21:37 2017 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Jun 07 08:38:12 2017 -0300 |
tree | 5425f756de737c8d5e597873a783bc2403dd1667 | |
parent | ec62c9a54cc28dd20dfb08b4663d021028b1a97e [diff] |
[media] v4l2-ctrls.c: Implement unlocked variant of v4l2_ctrl_handler_setup() Sometimes the caller is already holding the control handler mutex and using it to serialise something. Provide an unlocked variant of the same function to be used in those cases. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>