V4L/DVB: cx2341x: convert to the control framework
authorHans Verkuil <hverkuil@xs4all.nl>
Mon, 24 May 2010 13:16:43 +0000 (10:16 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 9 Aug 2010 02:43:05 +0000 (23:43 -0300)
commitf6e114eed0414fbba9eb73480cd8efdaba96aaa7
treefcb31574d26bfc20ea3ca46e25968f7f66867495
parente34e658b5a42fb1a12fda2112f0b556cf5d1f1c4
V4L/DVB: cx2341x: convert to the control framework

Since this module is also used by drivers that are not yet converted, the old
and new code have to co-exist.

The source is split into three parts: a common part at the top, which is used
by both old and new code, then the old code followed by the new control
framework implementation. This new code is much more readable (and shorter!)
than the original code.

Once all bridge drivers that use this are converted the old code can be
deleted.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx2341x.c
include/media/cx2341x.h