commit | 27a36df63b5befa3b142d4aef54f3a240c8bd977 | [log] [tgz] |
---|---|---|
author | Frank Schaefer <fschaefer.oss@googlemail.com> | Mon Mar 24 16:33:13 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Fri May 23 13:13:35 2014 -0300 |
tree | bb56f5388018cab5bc2cc33d6b7a21100043c024 | |
parent | ef74a0b9ff56caa0e10be620d3b59f2176984430 [diff] |
[media] em28xx: move videobuf2 related data from struct em28xx to struct v4l2 The video and VBI-specific VB2 queue and mutexes are used only by the v4l2 sub-driver. Move them to the V4L2 struct, preventing wasting memory if this sub-driver is not used. Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>