Re: BTTV Tuner Strangeness

Gerd Knorr (kraxel@goldbach.isdn.cs.tu-berlin.de)
Sun, 26 Jul 1998 20:18:57 +0200 (CEST)


On Sun, 26 Jul 1998, Phillip K. Hornung wrote:

> Here are the kernel messages from inserting the modules in with debug=1.
> Also started XawTV on channel 4, with the sound tuned off by +17. Cable
> boxes are on channel 4 here. :)

> tuner: tv freq set to 67.25
> msp3400: thread: wakeup
> msp3400: setvolume: 0:0 0x00 0x00
> msp3400: setmode: 0
> msp3400: carrier1 val: 65508 / 4.5 NTSC
> msp3400: carrier1 val: 222 / 5.5 PAL B/G
> msp3400: carrier1 val: 198 / 6.0 PAL I
> msp3400: carrier1 val: 108 / 6.5 PAL SAT / SECAM

Ok, NTSC sound carrier found...

> msp3400: setmode: 3
> msp3400: B/G setstereo: 1

... but this one is wrong. Does the patch fix this?

Gerd

------------------------------------------------------------------
--- msp3400.c~ Fri Jul 24 23:00:25 1998
+++ msp3400.c Sun Jul 26 20:14:30 1998
@@ -586,7 +586,8 @@
restart:
msp3400c_setvolume(c, 0, 0);
msp3400c_setmode(c, MSP_MODE_AM_DETECT);
- val1 = val2 = max1 = max2 = 0;
+ val1 = val2 = 0;
+ max1 = max2 = -1;
del_timer(&msp->wake_stereo);
msp->watch_stereo = 0;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html