From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx3.redhat.com (mx3.redhat.com [172.16.48.32]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m8SHZXhg002940 for ; Sun, 28 Sep 2008 13:35:33 -0400 Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx3.redhat.com (8.13.8/8.13.8) with ESMTP id m8SHZKV2008424 for ; Sun, 28 Sep 2008 13:35:21 -0400 Received: by fg-out-1718.google.com with SMTP id e21so1254157fga.7 for ; Sun, 28 Sep 2008 10:35:19 -0700 (PDT) Message-ID: <48DFC052.60005@gmail.com> Date: Sun, 28 Sep 2008 19:35:14 +0200 From: "tomlohave@gmail.com" MIME-Version: 1.0 To: hermann pitton References: <1222490394.2668.10.camel@pc10.localdom.local> <20080928014346.4da4b86e@mchehab.chehab.org> <1222619391.3423.30.camel@pc10.localdom.local> In-Reply-To: <1222619391.3423.30.camel@pc10.localdom.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: dabby bentam , linux-dvb@linuxtv.org, video4linux-list@redhat.com, Mauro Carvalho Chehab Subject: Re: [linux-dvb] [PATCH] saa7134: add support for Tv(working config), radio and analog audio in on the Hauppauge HVR-1110 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: video4linux-list-bounces@redhat.com Errors-To: video4linux-list-bounces@redhat.com List-ID: hermann pitton a écrit : > Hi, > > Am Sonntag, den 28.09.2008, 01:43 -0300 schrieb Mauro Carvalho Chehab: > >> On Sat, 27 Sep 2008 06:39:54 +0200 >> hermann pitton wrote: >> >> >>> Mauro, >>> >>> wait a little. >>> >> OK. Please forward it to me again, after everything being ok with the patch. >> >> Cheers, >> Mauro >> > > Thomas mailed me that he has some trouble with his current setup and > might not be able to test that soon too. > > The patch is already OK and tested by David. > > David, > as told, we need also your email in signed-off-by. > I take it from the card's entry. Please give your OK. > > Here is it again with some cleanup for spaces. > Mauro, please take it from the attachment. > Evolution inline converts tabs to spaces or I must force it into a mode > it does not like. > > Cheers, > Hermann > > > saa7134: Hauppauge HVR-1110, support for radio and analog audio in > > From: David Bentham > > The audio switch is at 0x100 and radio on gpio 21. > > Priority: normal > > Signed-off-by: David Bentham > Reviewed-by: Hermann Pitton > > diff -r 8e6cda021e0e linux/drivers/media/video/saa7134/saa7134-cards.c > --- a/linux/drivers/media/video/saa7134/saa7134-cards.c Fri Sep 26 11:29:03 2008 +0200 > +++ b/linux/drivers/media/video/saa7134/saa7134-cards.c Sun Sep 28 17:21:45 2008 +0200 > @@ -3299,6 +3299,7 @@ > }, > [SAA7134_BOARD_HAUPPAUGE_HVR1110] = { > /* Thomas Genty */ > + /* David Bentham */ > .name = "Hauppauge WinTV-HVR1110 DVB-T/Hybrid", > .audio_clock = 0x00187de7, > .tuner_type = TUNER_PHILIPS_TDA8290, > @@ -3307,23 +3308,26 @@ > .radio_addr = ADDR_UNSET, > .tuner_config = 1, > .mpeg = SAA7134_MPEG_DVB, > - .inputs = {{ > - .name = name_tv, > - .vmux = 1, > - .amux = TV, > - .tv = 1, > - },{ > - .name = name_comp1, > - .vmux = 3, > - .amux = LINE2, /* FIXME: audio doesn't work on svideo/composite */ > - },{ > - .name = name_svideo, > - .vmux = 8, > - .amux = LINE2, /* FIXME: audio doesn't work on svideo/composite */ > - }}, > - .radio = { > - .name = name_radio, > - .amux = TV, > + .gpiomask = 0x0200100, > + .inputs = {{ > + .name = name_tv, > + .vmux = 1, > + .amux = TV, > + .tv = 1, > + .gpio = 0x0000100, > + }, { > + .name = name_comp1, > + .vmux = 3, > + .amux = LINE1, > + }, { > + .name = name_svideo, > + .vmux = 8, > + .amux = LINE1, > + } }, > + .radio = { > + .name = name_radio, > + .amux = TV, > + .gpio = 0x0200100, > }, > }, > [SAA7134_BOARD_CINERGY_HT_PCMCIA] = { > > It's ok for me Tested-by: Thomas Genty -- video4linux-list mailing list Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/video4linux-list