[PATCH] some more av7110 dvb-driver updates
commit8ff70296b3efde2d5d0101def9bf8c19e61a692f
authorMichael Hunold <hunold@linuxtv.org>
Wed, 8 Oct 2003 01:48:03 +0000 (7 18:48 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Wed, 8 Oct 2003 01:48:03 +0000 (7 18:48 -0700)
treebf95ccabc5428b25e13cfcebae40cde392a115ea
parent583e3c0c826c2eeb21f4cd2702d221542cd31332
[PATCH] some more av7110 dvb-driver updates

 - some progress on DVB-C analog module: experimentally fix frequency
   offset, initialize msp3400 for analog TV sound
 - Reduce the number of dropped TS packets when an error is detected
   (Jon Burgess)
 - If somebody calls G_TUNER for a DVB-C card w/ analog module, then
   check for the selected tuner, not if the currently selected channel
   has a tuner.
 - play_iframe may be used to play stillpicture frames, that can either
   by complete i-frames or partial p-frames.  In any case, the av7110
   needs about 400kB of video data, before the internal video decoder
   starts displaying anything.  for stillframes, this is bad, so we
   *always* loop writing the frame until the magic amount is reached.
   stupid, but works...
 - applied 64bit fixes by Pedro Miguel Teixeira <pmsjt@warner.homeip.net
drivers/media/dvb/dvb-core/dvb_demux.c
drivers/media/dvb/ttpci/av7110.c
drivers/media/dvb/ttpci/av7110.h
drivers/media/dvb/ttpci/budget-core.c