On Sunday 05 November 2006 21:19, Magnus Hoglund wrote:
> Hans Verkuil wrote:
> > Tune to a nicam channel, then run v4l2-ctl --log-status. Tune to a
> > mono channel and run it again. Then repeat the test when the
> > msp3400 module is loaded with the 'standard=8' option.
> >
> > Mail me the output of the log-status for each of these four
> > combinations. This should give me a more detailed idea of what the
> > chip thinks is going on.
>
> Hi,
>
> Here we go...

Thanks, interesting.

Please apply the attached patch to msp3400-kthreads.c and perform the 
same test again.

Thanks,

        Hans
--- k.c	2006-11-05 20:29:20.000000000 +0100
+++ msp3400-kthreads.c	2006-11-05 21:35:01.000000000 +0100
@@ -812,7 +812,7 @@
 
 	if (state->v4l2_std & V4L2_STD_PAL) {
 		v4l_dbg(1, msp_debug, client, "selected PAL modus\n");
-		return 0x7001;
+		return 0x6001;
 	}
 	if (state->v4l2_std == V4L2_STD_NTSC_M_JP) {
 		v4l_dbg(1, msp_debug, client, "selected M (EIA-J) modus\n");
_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Reply via email to