diff options
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 77e42d13cdee..5858b197d510 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) | |||
85 | ivtv_saa7127(itv, VIDIOC_INT_S_VBI_DATA, &data); | 85 | ivtv_saa7127(itv, VIDIOC_INT_S_VBI_DATA, &data); |
86 | } | 86 | } |
87 | 87 | ||
88 | void ivtv_encoder_enable(struct ivtv *itv, int enabled) | ||
89 | { | ||
90 | if (itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT) { | ||
91 | ivtv_saa7127(itv, enabled ? VIDIOC_STREAMON : VIDIOC_STREAMOFF, | ||
92 | &enabled); | ||
93 | } | ||
94 | } | ||
95 | |||
96 | void ivtv_video_set_io(struct ivtv *itv) | 88 | void ivtv_video_set_io(struct ivtv *itv) |
97 | { | 89 | { |
98 | struct v4l2_routing route; | 90 | struct v4l2_routing route; |