Chris Kennedy wrote:
The OLD/ directory contains all the older versions, they are moved into that directory so the main one isn't filled with tons of files, and also keeps the current version being used upon new downloads.
I think this bug was fixed after U, try the most current and see if it still exists, let me know if it does.
Thanks,
Chris
I was wondering if the following is necessary, now we have SVideo working...
Cheers,
Allan.
--- cx25840-driver.c~ 2005-04-14 22:46:28.029581983 +0100
+++ cx25840-driver.c 2005-04-14 22:46:28.030581846 +0100
@@ -1044,6 +1044,7 @@
CX25840_SET_CH_2__SOURCE(0x0000);
CX25840_SET_CH_3__SOURCE(0x0000);
CX25840_SET_AUX_PLL_POST(0x0018);
+ CX25840_SET_INPUT_MODE(0x0000);
CX25840_SET_PATH1_AVC_RMS_CON(0x0001);
CX25840_SET_PATH1_AVC_CR(0x0000);
CX25840_SET_PATH1_AVC_STEREO(0x0000);
@@ -1089,6 +1090,7 @@
CX25840_SET_CH_2__SOURCE(0x0003);
CX25840_SET_CH_3__SOURCE(cardtype == 0 ? 0x0001 : 0x0000); // 1 for 150, 0 for 500
CX25840_SET_AUX_PLL_POST(0x0018);
+ CX25840_SET_INPUT_MODE(0x0000);
CX25840_SET_VID_FMT_SEL(0x0000); // Auto-select video format
CX25840_SET_AUD_MODE_AUD_SYSTEM(0x000f); // Force auto-detect of audio
CX25840_SET_PREF_MODE(0x0004); // Preferred audio mode is stereo
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel
