-
The driver code is maintained at linuxtv.org repository. I checked the device mentioned here and this is the config for the device.
[PINNA_PCTV_USB_NTSC_FM] = {
891 .Interface = -1,
892 .Codec = CODEC_SAA7111,
893 .VideoChannels = 3,
894 .VideoNorm = V4L2_STD_NTSC,
895 .AudioChannels = 1,
896 .Radio = 1,
897 .vbi = 1,
2009-11-17 20:44:36 UTC by dwainegarden
-
You could try and switch the code here. Change SAA7115_SVIDEO to mode[[0] and then swap the original mode[0] to mode[2]
int usbvision_muxsel(struct usb_usbvision *usbvision, int channel)
{
/* inputs #0 and #3 are constant for every SAA711x. */
/* inputs #1 and #2 are variable for SAA7111 and SAA7113 */
int mode[4]= {SAA7115_COMPOSITE0, 0, 0, SAA7115_COMPOSITE3};
int audio[]= {1, 0...
2009-11-17 20:32:31 UTC by dwainegarden
-
Hans, did you ever get your device working properly? I could assist if you needs some additional help.
Dwaine.
2009-11-17 20:25:32 UTC by dwainegarden
-
Hi,
I known that is a dead thread but I have the same device and I have the same problems.
This problems was solved in any way?
There is any any information that I can provide to someone help me?
Thanks in advance and sorry for my bad English
Cheers.
2009-10-05 18:55:03 UTC by marcoacarvalho