diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-03-03 08:50:42 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 15:44:13 -0300 |
commit | 31ec13561060b748221f4e0404bcc5bf8078ccd0 (patch) | |
tree | 27f1e91e9ce54d3e13090779fb95282269612117 /drivers/media/video/ivtv/ivtv-video.c | |
parent | 43053c07fa2935038bfc0e5dbaf417d1d66cd95d (diff) |
V4L/DVB (5379): If possible make vars/functions static.
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-video.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-video.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/media/video/ivtv/ivtv-video.c b/drivers/media/video/ivtv/ivtv-video.c index 77e42d13cde..5858b197d51 100644 --- a/drivers/media/video/ivtv/ivtv-video.c +++ b/drivers/media/video/ivtv/ivtv-video.c @@ -85,14 +85,6 @@ void ivtv_set_wss(struct ivtv *itv, int enabled, int mode) ivtv_saa7127(itv, VIDIOC_INT_S_VBI_DATA, &data); } -void ivtv_encoder_enable(struct ivtv *itv, int enabled) -{ - if (itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT) { - ivtv_saa7127(itv, enabled ? VIDIOC_STREAMON : VIDIOC_STREAMOFF, - &enabled); - } -} - void ivtv_video_set_io(struct ivtv *itv) { struct v4l2_routing route; |