On Friday 13 April 2007 15:09, Helmut Schaa wrote:
> I have a Terratec Cinergy 1400 card for watching DVB-T and it works very
> well but there is one feature missing (at least for me :-) ). The video
> input (I think its an S-Video input) does not work yet.
>
> I had a look at the code (cx88-cards.c) and noticed that some cards (e.g.
> Hauppauge Nova-S-Plus DVB-S) have composite and s-video inputs defined. So
> here's my question now: What do I have to do for getting the video input to
> work? And is somebody working on this?
>
> Regards,
> Helmut
>
Hi Helmut,
you can try the attached patch, I think it was posted on this list (or at
least based on discussions from this list).
Regards
Uli
Index: linux-2.6.20/drivers/media/video/cx88/cx88-cards.c
===================================================================
--- linux-2.6.20.orig/drivers/media/video/cx88/cx88-cards.c
+++ linux-2.6.20/drivers/media/video/cx88/cx88-cards.c
@@ -764,6 +764,12 @@ struct cx88_board cx88_boards[] = {
.input = {{
.type = CX88_VMUX_DVB,
.vmux = 0,
+ },{
+ .type = CX88_VMUX_COMPOSITE1,
+ .vmux = 1,
+ },{
+ .type = CX88_VMUX_SVIDEO,
+ .vmux = 2,
}},
.mpeg = CX88_MPEG_DVB,
},
_______________________________________________
linux-dvb mailing list
[EMAIL PROTECTED]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb