On Sat, 2004-03-13 at 19:12, Andrew de Quincey wrote: > Can someone try the attached patch (against CVS HEAD). It returns most of the > values to how they were previously. There are a few left changed, but I don't > want to go too fast.
in ves1x93_attach() 'state' is a local variable and you are passing a pointer to it to dvb_register_frontend(). I think it should be kmalloc'ed instead. :) The inversion value read back seemed to be undefined if INVERSION_AUTO was used with 0x40 instead of 0x00. Bit 7 controls search for inversion. Bit 6 is used for I/Q swapping. Regards, Andreas -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.