diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-07-22 08:42:09 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:03:14 -0400 |
commit | 7bb293849489b6cc5d6919b8c7f94cb273303e1f (patch) | |
tree | 8281e9a28dcdb653e5a72840f85cb08c05f18f7f /drivers/media | |
parent | 54d75ebaa02809f24a16624e32706af3bf97588e (diff) |
V4L/DVB (5919): ivtv: remove dead code
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-streams.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/media/video/ivtv/ivtv-streams.c b/drivers/media/video/ivtv/ivtv-streams.c index 51df3f855031..405e2e3fcb49 100644 --- a/drivers/media/video/ivtv/ivtv-streams.c +++ b/drivers/media/video/ivtv/ivtv-streams.c | |||
@@ -314,15 +314,6 @@ static void ivtv_vbi_setup(struct ivtv *itv) | |||
314 | int lines; | 314 | int lines; |
315 | int i; | 315 | int i; |
316 | 316 | ||
317 | /* If Embed then streamtype must be Program */ | ||
318 | /* TODO: should we really do this? */ | ||
319 | if (0 && !raw && itv->vbi.insert_mpeg) { | ||
320 | itv->params.stream_type = 0; | ||
321 | |||
322 | /* assign stream type */ | ||
323 | ivtv_vapi(itv, CX2341X_ENC_SET_STREAM_TYPE, 1, itv->params.stream_type); | ||
324 | } | ||
325 | |||
326 | /* Reset VBI */ | 317 | /* Reset VBI */ |
327 | ivtv_vapi(itv, CX2341X_ENC_SET_VBI_LINE, 5, 0xffff , 0, 0, 0, 0); | 318 | ivtv_vapi(itv, CX2341X_ENC_SET_VBI_LINE, 5, 0xffff , 0, 0, 0, 0); |
328 | 319 | ||