diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-08-23 05:32:46 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:06:47 -0400 |
commit | 33c0fcad2160bc211272295e862c6f708118d006 (patch) | |
tree | 1627d21d1042a1ede7fc9c8f55356ab314a6a63e /drivers/media/video/ivtv/ivtv-ioctl.c | |
parent | 612570f2c4794bbf4e5bfa8648b61fbfc9cd8501 (diff) |
V4L/DVB (6092): ivtv: more cleanups, merged ivtv-audio.c and ivtv-video.c into ivtv-routing.c
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-ioctl.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-ioctl.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/media/video/ivtv/ivtv-ioctl.c b/drivers/media/video/ivtv/ivtv-ioctl.c index bb59634419cc..f4f56a6e1f81 100644 --- a/drivers/media/video/ivtv/ivtv-ioctl.c +++ b/drivers/media/video/ivtv/ivtv-ioctl.c | |||
@@ -25,8 +25,7 @@ | |||
25 | #include "ivtv-queue.h" | 25 | #include "ivtv-queue.h" |
26 | #include "ivtv-fileops.h" | 26 | #include "ivtv-fileops.h" |
27 | #include "ivtv-vbi.h" | 27 | #include "ivtv-vbi.h" |
28 | #include "ivtv-audio.h" | 28 | #include "ivtv-routing.h" |
29 | #include "ivtv-video.h" | ||
30 | #include "ivtv-streams.h" | 29 | #include "ivtv-streams.h" |
31 | #include "ivtv-yuv.h" | 30 | #include "ivtv-yuv.h" |
32 | #include "ivtv-ioctl.h" | 31 | #include "ivtv-ioctl.h" |
@@ -675,7 +674,7 @@ static int ivtv_debug_ioctls(struct file *filp, unsigned int cmd, void *arg) | |||
675 | case VIDIOC_INT_S_AUDIO_ROUTING: { | 674 | case VIDIOC_INT_S_AUDIO_ROUTING: { |
676 | struct v4l2_routing *route = arg; | 675 | struct v4l2_routing *route = arg; |
677 | 676 | ||
678 | ivtv_audio_set_route(itv, route); | 677 | ivtv_i2c_hw(itv, itv->card->hw_audio, VIDIOC_INT_S_AUDIO_ROUTING, route); |
679 | break; | 678 | break; |
680 | } | 679 | } |
681 | 680 | ||