From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-in-11.arcor-online.net ([151.189.21.51]:47923 "EHLO mail-in-11.arcor-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753168Ab0FYV77 (ORCPT ); Fri, 25 Jun 2010 17:59:59 -0400 Subject: Re: [PATCH] Terratec Cinergy 250 PCI support From: hermann pitton To: Jean-Michel Grimaldi Cc: linux-media@vger.kernel.org In-Reply-To: <1277423038.4742.9.camel@pc07.localdom.local> References: <1277423038.4742.9.camel@pc07.localdom.local> Content-Type: text/plain Date: Fri, 25 Jun 2010 23:59:31 +0200 Message-Id: <1277503171.6256.7.camel@pc07.localdom.local> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: Am Freitag, den 25.06.2010, 01:43 +0200 schrieb hermann pitton: > Hi, Jean-Michel, > > Am Freitag, den 25.06.2010, 00:42 +0200 schrieb Jean-Michel Grimaldi: > > Hi, I have a Terratec Cinergy 250 PCI video card, and a small > > modification in saa7134-cards.c is needed for it to work. I built the > > patch on 2.6.34 version (I sent the modification to the maintainer in > > early 2009 but got no feedback): > > > > -- saa7134-cards.old.c 2010-06-25 00:31:16.000000000 +0200 > > +++ saa7134-cards.new.c 2010-06-25 00:30:52.000000000 +0200 > > @@ -2833,7 +2833,7 @@ > > .tv = 1, > > },{ > > .name = name_svideo, /* NOT tested */ > > - .vmux = 8, > > + .vmux = 3, > > .amux = LINE1, > > }}, > > .radio = { > > > > Thanks for taking it into account in future kernels. > > > > hm, don't know who missed it. After Gerd, the main mover on saa7134 was > Hartmut, also /me and some well known others cared. > > Official maintainer these days is Mauro. > > For latest DVB stuff, you also will meet Mike Krufky. > > I'm sorry, but your patch is still wrong. > > You do have only a Composite signal. S-Video, with separated chroma and > luma, can only be on vmux 5-9. > > NACKED-by: hermann pitton Jean-Michel, do you understand? You need to add the missing Composite inputs instead. One of them can be Composite over the S-Video-in connector. Have a look at other cards in saa7134-cards.c. Cheers, Hermann