]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (11309): cx25840: cleanup: remove intermediate 'ioctl' step
authorHans Verkuil <hverkuil@xs4all.nl>
Mon, 30 Mar 2009 09:26:40 +0000 (06:26 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:49 +0000 (12:43 -0300)
commitdf1d5ed8a81565b78d45fbdffb6561c75c75ec0d
treed153ca216a5a7633e741a2240ad2391ff61202ed
parent2c26976d726838878eb8dd1bc91f84df38a05143
V4L/DVB (11309): cx25840: cleanup: remove intermediate 'ioctl' step

The audio and vbi functions where still called through an ioctl-like
interface, even though this is no longer needed with v4l2-subdev. Just
change each 'case' into a proper function and call that directly.

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