<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><BR> <BR>
<HR id=stopSpelling>
<BR>
> Subject: Re: [linux-dvb] [PATCH] saa7134: add support for Tv(working config), radio and analog audio in on the Hauppauge HVR-1110<BR>> From: hermann-pitton@arcor.de<BR>> To: mchehab@infradead.org; tomlohave@gmail.com; db260179@hotmail.com<BR>> CC: video4linux-list@redhat.com; linux-dvb@linuxtv.org<BR>> Date: Sun, 28 Sep 2008 18:29:51 +0200<BR>> <BR>> Hi,<BR>> <BR>> Am Sonntag, den 28.09.2008, 01:43 -0300 schrieb Mauro Carvalho Chehab:<BR>> > On Sat, 27 Sep 2008 06:39:54 +0200<BR>> > hermann pitton <hermann-pitton@arcor.de> wrote:<BR>> > <BR>> > > Mauro,<BR>> > > <BR>> > > wait a little.<BR>> > <BR>> > OK. Please forward it to me again, after everything being ok with the patch.<BR>> > <BR>> > Cheers,<BR>> > Mauro<BR>> <BR>> Thomas mailed me that he has some trouble with his current setup and<BR>> might not be able to test that soon too.<BR>> <BR>> The patch is already OK and tested by David.<BR>> <BR>> David,<BR>> as told, we need also your email in signed-off-by.<BR>> I take it from the card's entry. Please give your OK.<BR>> <BR>> Here is it again with some cleanup for spaces.<BR>> Mauro, please take it from the attachment.<BR>> Evolution inline converts tabs to spaces or I must force it into a mode<BR>> it does not like.<BR>> <BR>> Cheers,<BR>> Hermann<BR>> <BR>> <BR>> saa7134: Hauppauge HVR-1110, support for radio and analog audio in<BR>> <BR>> From: David Bentham <db260179@hotmail.com><BR>> <BR>> The audio switch is at 0x100 and radio on gpio 21.<BR>> <BR>> Priority: normal<BR>> <BR>> Signed-off-by: David Bentham <db260179@hotmail.com><BR>> Reviewed-by: Hermann Pitton <hermann-pitton@arcor.de><BR>> <BR>> diff -r 8e6cda021e0e linux/drivers/media/video/saa7134/saa7134-cards.c<BR>> --- a/linux/drivers/media/video/saa7134/saa7134-cards.c Fri Sep 26 11:29:03 2008 +0200<BR>> +++ b/linux/drivers/media/video/saa7134/saa7134-cards.c Sun Sep 28 17:21:45 2008 +0200<BR>> @@ -3299,6 +3299,7 @@<BR>> },<BR>> [SAA7134_BOARD_HAUPPAUGE_HVR1110] = {<BR>> /* Thomas Genty <tomlohave@gmail.com> */<BR>> + /* David Bentham <db260179@hotmail.com> */<BR>> .name = "Hauppauge WinTV-HVR1110 DVB-T/Hybrid",<BR>> .audio_clock = 0x00187de7,<BR>> .tuner_type = TUNER_PHILIPS_TDA8290,<BR>> @@ -3307,23 +3308,26 @@<BR>> .radio_addr = ADDR_UNSET,<BR>> .tuner_config = 1,<BR>> .mpeg = SAA7134_MPEG_DVB,<BR>> - .inputs = {{<BR>> - .name = name_tv,<BR>> - .vmux = 1,<BR>> - .amux = TV,<BR>> - .tv = 1,<BR>> - },{<BR>> - .name = name_comp1,<BR>> - .vmux = 3,<BR>> - .amux = LINE2, /* FIXME: audio doesn't work on svideo/composite */<BR>> - },{<BR>> - .name = name_svideo,<BR>> - .vmux = 8,<BR>> - .amux = LINE2, /* FIXME: audio doesn't work on svideo/composite */<BR>> - }},<BR>> - .radio = {<BR>> - .name = name_radio,<BR>> - .amux = TV,<BR>> + .gpiomask = 0x0200100,<BR>> + .inputs = {{<BR>> + .name = name_tv,<BR>> + .vmux = 1,<BR>> + .amux = TV,<BR>> + .tv = 1,<BR>> + .gpio = 0x0000100,<BR>> + }, {<BR>> + .name = name_comp1,<BR>> + .vmux = 3,<BR>> + .amux = LINE1,<BR>> + }, {<BR>> + .name = name_svideo,<BR>> + .vmux = 8,<BR>> + .amux = LINE1,<BR>> + } },<BR>> + .radio = {<BR>> + .name = name_radio,<BR>> + .amux = TV,<BR>> + .gpio = 0x0200100,<BR>> },<BR>> },<BR>> [SAA7134_BOARD_CINERGY_HT_PCMCIA] = {<BR>> <BR><BR>
OK<BR>
<BR>
Signed-off-by: David Bentham <A href="mailto:db260179@hotmail.com">db260179@hotmail.com</A><BR><BR><BR><br /><hr />Try Facebook in Windows Live Messenger! <a href='http://clk.atdmt.com/UKM/go/111354030/direct/01/' target='_new'>Try it Now!</a></body>
</html>