* Re: FIXME: audio doesn't work on svideo/composite - hvr-1110 S-Video and Composite [not found] ` <BLU116-W707A6B2D87B90CC2FB50AC24E0@phx.gbl> @ 2008-09-20 13:29 ` tomlohave 2008-09-20 17:15 ` [linux-dvb] " hermann pitton 0 siblings, 1 reply; 8+ messages in thread From: tomlohave @ 2008-09-20 13:29 UTC (permalink / raw) To: dabby bentam, linux-dvb, Linux and Kernel Video dabby bentam a écrit : > Hi Tom, > > Sorry to bother you like this in this way. I'm emailing because i have > a Wintv hvr-1110 card. In the kernel sources it has > > FIXME: audio doesn't work on svideo/composite > > Do you know what is required to get this to work? > > Can i help in getting this to work? > > Thanks for your time > > David Bentham > Hi, first, sorry for my poor english No sorry not sure what to do, i've try many configurations and modifications in order to have svideo/composite audio but no result you can try different parameter (see in sources, take example on other cards) or ask on linuxtv mailing list I forward your precedant mail to this list Cheers Thomas -- video4linux-list mailing list Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/video4linux-list ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [linux-dvb] FIXME: audio doesn't work on svideo/composite - hvr-1110 S-Video and Composite 2008-09-20 13:29 ` FIXME: audio doesn't work on svideo/composite - hvr-1110 S-Video and Composite tomlohave @ 2008-09-20 17:15 ` hermann pitton [not found] ` <BLU116-W32B0C75C2CC416FD664FBFC2480@phx.gbl> 0 siblings, 1 reply; 8+ messages in thread From: hermann pitton @ 2008-09-20 17:15 UTC (permalink / raw) To: tomlohave@gmail.com; +Cc: dabby bentam, linux-dvb, Linux and Kernel Video Hello, Am Samstag, den 20.09.2008, 15:29 +0200 schrieb tomlohave@gmail.com: > dabby bentam a écrit : > > Hi Tom, > > > > Sorry to bother you like this in this way. I'm emailing because i have > > a Wintv hvr-1110 card. In the kernel sources it has > > > > FIXME: audio doesn't work on svideo/composite > > > > Do you know what is required to get this to work? > > > > Can i help in getting this to work? > > > > Thanks for your time > > > > David Bentham > > > > Hi, > > first, sorry for my poor english > > No sorry not sure what to do, i've try many configurations and > modifications in order to have svideo/composite audio but no result > > you can try different parameter (see in sources, take example on other > cards) > or ask on linuxtv mailing list > I forward your precedant mail to this list > > Cheers > > Thomas > there are different models of the HVR-1110 we can see on hauppauge_eeprom down in saa7134-cards.c. Some don't even have analog audio in. In case it is there, if the current LINE2 stereo input pair doesn't work, then it is LINE1. If that still does not work, you can expect an external gpio driven mux chip on the board. On cards with analog audio out it can be fairly easy tested by unloading the driver. Default is then to loop the sound through to the analog output of the card to the soundcard, but with the driver unloaded you can't test, since you need saa7134-alsa for it without having analog audio out connected on the card. In that case regspy.exe from DScaler (deinterlace.sf.net) might help. A work around could be to plug the external analog sound directly into the sound card/chip and record from there. Was the radio ever tested? Since the tda8275ac1 has only one RF signal input pin and the card has two antenna connectors, we usually see that these inputs are switched on gpio21 including the AutoGainControl and using the 5.5MHz ceramic filter for radio input. See the other cards with TUNER_PHILIPS_TDA8290. Mostly it is high (0x0200000) for the radio switch, only sometimes the other way round. Then you must set .gpio = 0x0200000 for the TV input with the same gpio_mask. Cheers, Hermann -- video4linux-list mailing list Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/video4linux-list ^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <BLU116-W32B0C75C2CC416FD664FBFC2480@phx.gbl>]
* RE: [linux-dvb] FIXME: audio doesn't work on svideo/composite - hvr-1110 S-Video and Composite [not found] ` <BLU116-W32B0C75C2CC416FD664FBFC2480@phx.gbl> @ 2008-09-21 23:20 ` hermann pitton 2008-09-22 5:49 ` tomlohave 0 siblings, 1 reply; 8+ messages in thread From: hermann pitton @ 2008-09-21 23:20 UTC (permalink / raw) To: dabby bentam; +Cc: Linux and Kernel Video, linux-dvb Hi, Am Sonntag, den 21.09.2008, 19:12 +0000 schrieb dabby bentam: > Thanks for your assistant. > > Yes, that makes sense, as the TV sound can be turned on. > > I'll try your suggestions, changing the code to LINE1. > > Has anyone tried this - Mostly it is high (0x0200000) for the radio switch, only sometimes the > other way round. Then you must set .gpio = 0x0200000 for the TV input > with the same gpio_mask. < did you try this tom? > > Thanks to all, i will play around with this, hopefully get a result. Is there anyway to find the exact gpio mask? > > David please don't top post. I continue below. > ---------------------------------------- > > Subject: Re: [linux-dvb] FIXME: audio doesn't work on svideo/composite - hvr-1110 S-Video and Composite > > From: hermann-pitton@arcor.de > > To: tomlohave@gmail.com > > CC: db260179@hotmail.com; linux-dvb@linuxtv.org; video4linux-list@redhat.com > > Date: Sat, 20 Sep 2008 19:15:05 +0200 > > > > Hello, > > > > Am Samstag, den 20.09.2008, 15:29 +0200 schrieb tomlohave@gmail.com: > >> dabby bentam a écrit : > >>> Hi Tom, > >>> > >>> Sorry to bother you like this in this way. I'm emailing because i have > >>> a Wintv hvr-1110 card. In the kernel sources it has > >>> > >>> FIXME: audio doesn't work on svideo/composite > >>> > >>> Do you know what is required to get this to work? > >>> > >>> Can i help in getting this to work? > >>> > >>> Thanks for your time > >>> > >>> David Bentham > >>> > >> > >> Hi, > >> > >> first, sorry for my poor english > >> > >> No sorry not sure what to do, i've try many configurations and > >> modifications in order to have svideo/composite audio but no result > >> > >> you can try different parameter (see in sources, take example on other > >> cards) > >> or ask on linuxtv mailing list > >> I forward your precedant mail to this list > >> > >> Cheers > >> > >> Thomas > >> > > > > there are different models of the HVR-1110 we can see on > > hauppauge_eeprom down in saa7134-cards.c. > > > > Some don't even have analog audio in. > > > > In case it is there, if the current LINE2 stereo input pair doesn't > > work, then it is LINE1. > > > > If that still does not work, you can expect an external gpio driven mux > > chip on the board. On cards with analog audio out it can be fairly easy > > tested by unloading the driver. Default is then to loop the sound > > through to the analog output of the card to the soundcard, but with the > > driver unloaded you can't test, since you need saa7134-alsa for it > > without having analog audio out connected on the card. > > > > In that case regspy.exe from DScaler (deinterlace.sf.net) might help. > > > > A work around could be to plug the external analog sound directly into > > the sound card/chip and record from there. > > > > Was the radio ever tested? Since the tda8275ac1 has only one RF signal > > input pin and the card has two antenna connectors, we usually see that > > these inputs are switched on gpio21 including the AutoGainControl and > > using the 5.5MHz ceramic filter for radio input. > > > > See the other cards with TUNER_PHILIPS_TDA8290. > > > > Mostly it is high (0x0200000) for the radio switch, only sometimes the > > other way round. Then you must set .gpio = 0x0200000 for the TV input > > with the same gpio_mask. > > For the TV versus radio switch the gpio mask is just 0x0200000. With this mask only gpio pin 21 will change. By default the driver will set it to 0, only for that input gpio = 0x0200000 is set in the card's config, it will change it to 1. (masked writes, "modinfo saa7134" gpio_tracking=1) If changing the amux to LINE1 doesn't help for s-video and composite, testing with saa7134-alsa there and say sox, then regspy might help. If you use the supplied m$ app, not DScaler, and save the logs for the card in status unused, TV, composite/s-video and radio, we will see the gpio mask in use there and likely changing gpio pins. They often have more pins in the mask and also more that change, but usually one of them will be what we need to add to the mask. It looks like manufacturers group their devices together with a gpio mask covering so far all of them, then subsets of devices do appear, which still do more changes on the pins, then for a specific single device would be needed. With a high granularity for each device, based on a doubtless and consistent eeprom detection, the gpio settings likely could be single device specific too, if wanted. But since we might see unrelated gpio changes there too, dunno, first of all make sure that amux LINE1 does not resolve the problem. Cheers, Hermann -- video4linux-list mailing list Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/video4linux-list ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [linux-dvb] FIXME: audio doesn't work on svideo/composite - hvr-1110 S-Video and Composite 2008-09-21 23:20 ` hermann pitton @ 2008-09-22 5:49 ` tomlohave [not found] ` <BLU116-DAV1209DB800CB39607C15C4AC24B0@phx.gbl> 0 siblings, 1 reply; 8+ messages in thread From: tomlohave @ 2008-09-22 5:49 UTC (permalink / raw) To: hermann pitton; +Cc: dabby bentam, linux-dvb, Linux and Kernel Video hermann pitton a écrit : > Hi, > > Am Sonntag, den 21.09.2008, 19:12 +0000 schrieb dabby bentam: > >> Thanks for your assistant. >> >> Yes, that makes sense, as the TV sound can be turned on. >> >> I'll try your suggestions, changing the code to LINE1. >> >> Has anyone tried this - Mostly it is high (0x0200000) for the radio switch, only sometimes the >> other way round. Then you must set .gpio = 0x0200000 for the TV input >> with the same gpio_mask. < did you try this tom? >> >> Thanks to all, i will play around with this, hopefully get a result. Is there anyway to find the exact gpio mask? >> >> David >> > > please don't top post. I continue below. > > >> ---------------------------------------- >> >>> Subject: Re: [linux-dvb] FIXME: audio doesn't work on svideo/composite - hvr-1110 S-Video and Composite >>> From: hermann-pitton@arcor.de >>> To: tomlohave@gmail.com >>> CC: db260179@hotmail.com; linux-dvb@linuxtv.org; video4linux-list@redhat.com >>> Date: Sat, 20 Sep 2008 19:15:05 +0200 >>> >>> Hello, >>> >>> Am Samstag, den 20.09.2008, 15:29 +0200 schrieb tomlohave@gmail.com: >>> >>>> dabby bentam a écrit : >>>> >>>>> Hi Tom, >>>>> >>>>> Sorry to bother you like this in this way. I'm emailing because i have >>>>> a Wintv hvr-1110 card. In the kernel sources it has >>>>> >>>>> FIXME: audio doesn't work on svideo/composite >>>>> >>>>> Do you know what is required to get this to work? >>>>> >>>>> Can i help in getting this to work? >>>>> >>>>> Thanks for your time >>>>> >>>>> David Bentham >>>>> >>>>> >>>> Hi, >>>> >>>> first, sorry for my poor english >>>> >>>> No sorry not sure what to do, i've try many configurations and >>>> modifications in order to have svideo/composite audio but no result >>>> >>>> you can try different parameter (see in sources, take example on other >>>> cards) >>>> or ask on linuxtv mailing list >>>> I forward your precedant mail to this list >>>> >>>> Cheers >>>> >>>> Thomas >>>> >>>> >>> there are different models of the HVR-1110 we can see on >>> hauppauge_eeprom down in saa7134-cards.c. >>> >>> Some don't even have analog audio in. >>> >>> In case it is there, if the current LINE2 stereo input pair doesn't >>> work, then it is LINE1. >>> >>> If that still does not work, you can expect an external gpio driven mux >>> chip on the board. On cards with analog audio out it can be fairly easy >>> tested by unloading the driver. Default is then to loop the sound >>> through to the analog output of the card to the soundcard, but with the >>> driver unloaded you can't test, since you need saa7134-alsa for it >>> without having analog audio out connected on the card. >>> >>> In that case regspy.exe from DScaler (deinterlace.sf.net) might help. >>> >>> A work around could be to plug the external analog sound directly into >>> the sound card/chip and record from there. >>> >>> Was the radio ever tested? Since the tda8275ac1 has only one RF signal >>> input pin and the card has two antenna connectors, we usually see that >>> these inputs are switched on gpio21 including the AutoGainControl and >>> using the 5.5MHz ceramic filter for radio input. >>> >>> See the other cards with TUNER_PHILIPS_TDA8290. >>> >>> Mostly it is high (0x0200000) for the radio switch, only sometimes the >>> other way round. Then you must set .gpio = 0x0200000 for the TV input >>> with the same gpio_mask. >>> >>> > > For the TV versus radio switch the gpio mask is just 0x0200000. > > With this mask only gpio pin 21 will change. > > By default the driver will set it to 0, only for that input gpio = > 0x0200000 is set in the card's config, it will change it to 1. > (masked writes, "modinfo saa7134" gpio_tracking=1) > > If changing the amux to LINE1 doesn't help for s-video and composite, > testing with saa7134-alsa there and say sox, then regspy might help. > > If you use the supplied m$ app, not DScaler, and save the logs for the > card in status unused, TV, composite/s-video and radio, we will see the > gpio mask in use there and likely changing gpio pins. > > They often have more pins in the mask and also more that change, > but usually one of them will be what we need to add to the mask. > > It looks like manufacturers group their devices together with a gpio > mask covering so far all of them, then subsets of devices do appear, > which still do more changes on the pins, then for a specific single > device would be needed. > > With a high granularity for each device, based on a doubtless and > consistent eeprom detection, the gpio settings likely could be single > device specific too, if wanted. > > But since we might see unrelated gpio changes there too, dunno, first of > all make sure that amux LINE1 does not resolve the problem. > > Cheers, > Hermann > > > > > > I remember that regspy shows nothing when i attempted to switch to svideo/composite. i haven't got a pc with windows (only linux + freevo on it) so i can't do anything else for now. Line1 doesn't work for me so it's why there is a FIXME in sources .... Cheers, Thomas. -- video4linux-list mailing list Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/video4linux-list ^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <BLU116-DAV1209DB800CB39607C15C4AC24B0@phx.gbl>]
* Re: [linux-dvb] FIXME: audio doesn't work on svideo/composite - hvr-1110 S-Video and Composite [not found] ` <BLU116-DAV1209DB800CB39607C15C4AC24B0@phx.gbl> @ 2008-09-22 11:03 ` tomlohave 0 siblings, 0 replies; 8+ messages in thread From: tomlohave @ 2008-09-22 11:03 UTC (permalink / raw) To: David Bentham; +Cc: Linux and Kernel Video, linux-dvb David Bentham a écrit : > >>>>> >>>>> >>>> there are different models of the HVR-1110 we can see on >>>> hauppauge_eeprom down in saa7134-cards.c. >>>> >>>> Some don't even have analog audio in. >>>> >>>> In case it is there, if the current LINE2 stereo input pair doesn't >>>> work, then it is LINE1. >>>> >>>> > > >> By default the driver will set it to 0, only for that input gpio = >> 0x0200000 is set in the card's config, it will change it to 1. >> (masked writes, "modinfo saa7134" gpio_tracking=1) >> >> If changing the amux to LINE1 doesn't help for s-video and composite, >> testing with saa7134-alsa there and say sox, then regspy might help. >> >> If you use the supplied m$ app, not DScaler, and save the logs for the >> card in status unused, TV, composite/s-video and radio, we will see the >> gpio mask in use there and likely changing gpio pins. >> >> They often have more pins in the mask and also more that change, >> but usually one of them will be what we need to add to the mask. >> >> It looks like manufacturers group their devices together with a gpio >> mask covering so far all of them, then subsets of devices do appear, >> which still do more changes on the pins, then for a specific single >> device would be needed. >> >> With a high granularity for each device, based on a doubtless and >> consistent eeprom detection, the gpio settings likely could be single >> device specific too, if wanted. >> >> But since we might see unrelated gpio changes there too, dunno, first of >> all make sure that amux LINE1 does not resolve the problem. >> >> Cheers, >> Hermann >> >> >> >> >> >> >> I remember that regspy shows nothing when i attempted to switch to >> svideo/composite. >> i haven't got a pc with windows (only linux + freevo on it) so i can't >> do anything else for now. >> > > >> Line1 doesn't work for me so it's why there is a FIXME in sources .... >> > > >> Cheers, >> > > >> Thomas. >> > > Hopefully running regspy will tell me more. Can I send the dump logs here?, > hopefully you can give me some key pointers? > > I'll Try several actions to see what if anything, will arise from it. > You can try here : http://sourceforge.net/project/downloading.php?groupname=deinterlace&filename=DScaler4115.exe&use_mirror=heanet regspy is included in DScaler Post your log here Cheers, Thomas -- video4linux-list mailing list Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/video4linux-list ^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <BLU116-W45ED43A6BD49AF4EF5916AC24B0@phx.gbl>]
[parent not found: <1222117083.2983.14.camel@pc10.localdom.local>]
[parent not found: <BLU116-W22ED124457AE21528EA59BC24B0@phx.gbl>]
* RE: [linux-dvb] FIXME: audio doesn't work on svideo/composite - hvr-1110 S-Video and Composite [not found] ` <BLU116-W22ED124457AE21528EA59BC24B0@phx.gbl> @ 2008-09-22 23:11 ` hermann pitton 2008-09-23 11:08 ` tomlohave 1 sibling, 0 replies; 8+ messages in thread From: hermann pitton @ 2008-09-22 23:11 UTC (permalink / raw) To: dabby bentam; +Cc: video4linux-list, linux-dvb Am Montag, den 22.09.2008, 21:54 +0000 schrieb dabby bentam: > Yipee... > > I've attached a working saa7134-cards.c from an ubuntu 2.6.24-19.36 > kernel. Not sure the mask setting is correct? as v4ctl -list comes up > as television on all three inputs, but as soon as you switch via > tvtime, it comes up correctly? > > Also its LINE1 not LINE2! > > You still have to redirect the sound via sox or arecord - pci dma i > guess? and unmute it. But its a start. > > Radio is not tested! > > Anymore suggestions on tweaking this. Both S-video and Composite have > sound now!!! > Fine! You still top post and the only attachment I have is your html email :) Please test the radio next and then we will bake something ;) Cheers, Hermann > > ______________________________________________________________________ > > Subject: RE: [linux-dvb] FIXME: audio doesn't work on > svideo/composite - hvr-1110 S-Video and Composite > > From: hermann-pitton@arcor.de > > To: db260179@hotmail.com > > CC: tomlohave@gmail.com > > Date: Mon, 22 Sep 2008 22:58:03 +0200 > > > > Hi, > > > > Am Montag, den 22.09.2008, 18:03 +0000 schrieb dabby bentam: > > > Here is the log. > > > > > > >>> > > > >>> If you use the supplied m$ app, not DScaler, and save the logs > for the > > > >>> card in status unused, TV, composite/s-video and radio, we > will see the > > > >>> gpio mask in use there and likely changing gpio pins. > > > >>> > > > >>> They often have more pins in the mask and also more that > change, > > > >>> but usually one of them will be what we need to add to the > mask. > > > > > > > > 6 states dumped > > > > > ---------------------------------------------------------------------------------- > > > > SAA7133 Card - State 0: > > SAA7134_GPIO_GPMODE: 02600100 (00000010 01100000 00000001 00000000) > > SAA7134_GPIO_GPSTATUS: 06400100 (00000110 01000000 00000001 > 00000000) > > > > SAA7133 Card - State 1: > > SAA7134_GPIO_GPMODE: 02600100 (00000010 01100000 00000001 00000000) > > SAA7134_GPIO_GPSTATUS: 06400100 (00000110 01000000 00000001 > 00000000) > > > > SAA7133 Card - State 2: > > SAA7134_GPIO_GPMODE: 02600100 (00000010 01100000 00000001 00000000) > > SAA7134_GPIO_GPSTATUS: 06400100 * (00000110 01000000 00000001 > 00000000) > > > > SAA7133 Card - State 3: > > SAA7134_GPIO_GPMODE: 02600100 (00000010 01100000 00000001 00000000) > > SAA7134_GPIO_GPSTATUS: 06400000 (00000110 01000000 00000000 > 00000000) (was: 06400100) > > > > SAA7133 Card - State 4: > > SAA7134_GPIO_GPMODE: 02600100 (00000010 01100000 00000001 00000000) > > SAA7134_GPIO_GPSTATUS: 06400000 * (00000110 01000000 00000000 > 00000000) > > > > > > SAA7133 Card - Register Dump: > > SAA7134_GPIO_GPMODE: 02600100 (00000010 01100000 00000001 00000000) > > SAA7134_GPIO_GPSTATUS: 06400100 (00000110 01000000 00000001 > 00000000) (was: 06400000) > > SAA7134_ANALOG_IN_CTRL1: 83 (10000011) (was: c8) > > > > > > If state 3 and 4 are composite and s-video, the audio swithc could > be on > > gpio8. There are 28 gpio pins (0-27). > > > > This would mean gpio mask 0x0100 and gpio 0x0100 for TV and radio > and > > 0x000 for composite and s-video. LINE2 or LINE1. > > > > As expected the usual gpio21 switch pin for radio is set in the m$ > mask, > > but always stays at 0. > > > > Was radio used at all or is it even working like it is now? > > Very unusual... > > > > If radio needs gpio21 = 1, the gpio mask could be 0x0200100 and > radio > > gpio should be 0x0200100. > > > > I did not look up the gpio init data of the board yet, > > but would expect gpio9 is strapped high (output/1) and gpio21 is 0 > > there. > > > > Good Luck, > > Hermann > > > > -- video4linux-list mailing list Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/video4linux-list ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [linux-dvb] FIXME: audio doesn't work on svideo/composite - hvr-1110 S-Video and Composite [not found] ` <BLU116-W22ED124457AE21528EA59BC24B0@phx.gbl> 2008-09-22 23:11 ` hermann pitton @ 2008-09-23 11:08 ` tomlohave 1 sibling, 0 replies; 8+ messages in thread From: tomlohave @ 2008-09-23 11:08 UTC (permalink / raw) To: dabby bentam; +Cc: Linux and Kernel Video, linux-dvb dabby bentam a écrit : > Yipee... > > I've attached a working saa7134-cards.c from an ubuntu 2.6.24-19.36 > kernel. Not sure the mask setting is correct? as v4ctl -list comes up > as television on all three inputs, but as soon as you switch via > tvtime, it comes up correctly? > > Also its LINE1 not LINE2! > > You still have to redirect the sound via sox or arecord - pci dma i > guess? and unmute it. But its a start. > > Radio is not tested! > > Anymore suggestions on tweaking this. Both S-video and Composite have > sound now!!! > Very good work. I am impatient to see your config and results Cheers, Thomas -- video4linux-list mailing list Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/video4linux-list ^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <BLU116-W110B77DE7660664939D770C24A0@phx.gbl>]
* [linux-dvb] FIXME: audio doesn't work on svideo/composite - hvr-1110 S-Video and Composite [not found] <BLU116-W110B77DE7660664939D770C24A0@phx.gbl> @ 2008-09-23 16:23 ` tomlohave 0 siblings, 0 replies; 8+ messages in thread From: tomlohave @ 2008-09-23 16:23 UTC (permalink / raw) To: dabby bentam, linux-dvb, Linux and Kernel Video, hermann pitton dabby bentam a écrit : > oops, sorry, saa7134-cards.c > > > > > > ------------------------------------------------------------------------ > From: db260179@hotmail.com > To: tomlohave@gmail.com > Subject: FW: [linux-dvb] FIXME: audio doesn't work on svideo/composite > - hvr-1110 S-Video and Composite > Date: Tue, 23 Sep 2008 13:50:52 +0000 > > > Thank you > > See attached file - SAA7133_0none-svideo-comp-audio.txt > Please can you give a unified diff ? Many thanks Thomas -- video4linux-list mailing list Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/video4linux-list ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-09-23 16:23 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <52E25CB7BF4E483089A488BD33B01059@DadyPC>
[not found] ` <BLU121-DAV6F8BF57A7A953B8492CD6C2A60@phx.gbl>
[not found] ` <7E99B38C8E0743AC9433ADCFAE34BC40@DadyPC>
[not found] ` <BLU121-DAV23EF75E8170A0882139E5C2A60@phx.gbl>
[not found] ` <5DFFD9161FC443AFB5D747B0EFA48C1A@DadyPC>
[not found] ` <BLU121-DAV10925F9CFA27DB5428BD48C2A10@phx.gbl>
[not found] ` <AE5A9016310A49F9902FCA896F18CED1@DadyPC>
[not found] ` <BLU116-W707A6B2D87B90CC2FB50AC24E0@phx.gbl>
2008-09-20 13:29 ` FIXME: audio doesn't work on svideo/composite - hvr-1110 S-Video and Composite tomlohave
2008-09-20 17:15 ` [linux-dvb] " hermann pitton
[not found] ` <BLU116-W32B0C75C2CC416FD664FBFC2480@phx.gbl>
2008-09-21 23:20 ` hermann pitton
2008-09-22 5:49 ` tomlohave
[not found] ` <BLU116-DAV1209DB800CB39607C15C4AC24B0@phx.gbl>
2008-09-22 11:03 ` tomlohave
[not found] <BLU116-W45ED43A6BD49AF4EF5916AC24B0@phx.gbl>
[not found] ` <1222117083.2983.14.camel@pc10.localdom.local>
[not found] ` <BLU116-W22ED124457AE21528EA59BC24B0@phx.gbl>
2008-09-22 23:11 ` hermann pitton
2008-09-23 11:08 ` tomlohave
[not found] <BLU116-W110B77DE7660664939D770C24A0@phx.gbl>
2008-09-23 16:23 ` tomlohave
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox