commit | df1d5ed8a81565b78d45fbdffb6561c75c75ec0d | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Mon Mar 30 06:26:40 2009 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Mar 30 12:43:49 2009 -0300 |
tree | d153ca216a5a7633e741a2240ad2391ff61202ed | |
parent | 2c26976d726838878eb8dd1bc91f84df38a05143 [diff] |
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>