diff options
author | Sri Deevi | 2009-03-21 03:33:48 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab | 2009-04-07 02:44:06 +0200 |
commit | b1196126b016d0f28a99c16b27c403d0ecac501a (patch) | |
tree | 771b637e63514e40a051613e296ed6b2838f7e07 /drivers/media/video/cx231xx/cx231xx-vbi.c | |
parent | V4L/DVB (11038): Fix the issue with audio module & correction of Names (diff) | |
download | kernel-qcow2-linux-b1196126b016d0f28a99c16b27c403d0ecac501a.tar.gz kernel-qcow2-linux-b1196126b016d0f28a99c16b27c403d0ecac501a.tar.xz kernel-qcow2-linux-b1196126b016d0f28a99c16b27c403d0ecac501a.zip |
V4L/DVB (11128): cx231xx: convert the calls to subdev format
This patch converts cx231xx to the new v4l2 dev/subdev, doing:
- Conversion of i2c calls to subdev calls;
- all subdev calls to call_all();
- Corrected the header file order in cx231xx.h;
- Added tuner frequency setting.
Signed-off-by: Srinivasa Deevi <srinivasa.deevi@conexant.com>
Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx231xx/cx231xx-vbi.c')
-rw-r--r-- | drivers/media/video/cx231xx/cx231xx-vbi.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/video/cx231xx/cx231xx-vbi.c b/drivers/media/video/cx231xx/cx231xx-vbi.c index 82db39d339e1..94180526909c 100644 --- a/drivers/media/video/cx231xx/cx231xx-vbi.c +++ b/drivers/media/video/cx231xx/cx231xx-vbi.c @@ -187,10 +187,6 @@ vbi_buffer_setup(struct videobuf_queue *vq, unsigned int *count, if (*count < CX231XX_MIN_BUF) *count = CX231XX_MIN_BUF; - /* call VBI setup if required */ - /* cx231xx_i2c_call_clients(&dev->i2c_bus[1], VIDIOC_S_FREQUENCY, &f); - */ - return 0; } |