diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-04-02 10:37:41 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-06 20:44:28 -0400 |
commit | 6c31e598368bfff49fc3e694c5b7624635871acb (patch) | |
tree | c002301857834622e14faedd5dc3cb3cd8ab4f32 /drivers/media/video/ivtv | |
parent | 5325b4272a53b43f55b82cc369c310c2fcacdca1 (diff) |
V4L/DVB (11381): ivtv/cx18: remove VIDIOC_INT_S_AUDIO_ROUTING debug support.
Remove support for the debug call VIDIOC_INT_S_AUDIO_ROUTING from cx18
and ivtv. These internal ioctls shouldn't be exposed. These were only
used through the cx18-ctl and ivtv-ctl utilities, and only when testing
a new card variant.
This cleanup allows the removal of this ioctl from v4l2-common.h.
Cc: Andy Walls <awalls@radix.net>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/ivtv')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-ioctl.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/media/video/ivtv/ivtv-ioctl.c b/drivers/media/video/ivtv/ivtv-ioctl.c index cf48b6ab97cb..4a2d464f055e 100644 --- a/drivers/media/video/ivtv/ivtv-ioctl.c +++ b/drivers/media/video/ivtv/ivtv-ioctl.c | |||
@@ -1734,14 +1734,6 @@ static long ivtv_default(struct file *file, void *fh, int cmd, void *arg) | |||
1734 | struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv; | 1734 | struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv; |
1735 | 1735 | ||
1736 | switch (cmd) { | 1736 | switch (cmd) { |
1737 | case VIDIOC_INT_S_AUDIO_ROUTING: { | ||
1738 | struct v4l2_routing *route = arg; | ||
1739 | |||
1740 | ivtv_call_hw(itv, itv->card->hw_audio, audio, s_routing, | ||
1741 | route->input, route->output, 0); | ||
1742 | break; | ||
1743 | } | ||
1744 | |||
1745 | case VIDIOC_INT_RESET: { | 1737 | case VIDIOC_INT_RESET: { |
1746 | u32 val = *(u32 *)arg; | 1738 | u32 val = *(u32 *)arg; |
1747 | 1739 | ||