> Hi, > this differs from the last patch by: > - Picture working fine (pll fix thanks Gerd) > - NTSC/PAL automatic setting (Gerds suggestion) > - spur checks > - cleanups, no longer experimental > Gerd, please apply this and remove me from pending. merge release 0.7.75 is out. tuner.c is mostly as-is, I've fixed some format issues (having the if (..) contition and the conditional statement on the same line is bad, you might want to read Documentation/CodingStyle if you find some time). bttv is reorganized a bit more. I didn't want to have the mp34xx wakeup code twice in the driver, and as the other code in voodoo_init looked like some debug output I dropped the function altogether (If it wasn't debug only code, please put it into tuner.c). Hope I didn't broke anything, Gerd