Looking closer, yeah, for some reason my logic (which is the required
procedure to start a capture safely by the cx23416 chip) in the 
/DECODER_ENABLE_OUTPUT ioctl in the cx25480 driver was changed to
do a reset of the chip instead (which only on enable too).  It needs
to turn the output on/off, just like the saa7115 procedure does, it's
a needed function by the cx23416 chip and something that for some reason
was altered (and the new code makes it harder to do that simple task,
I need to add more raw register access for that procedure to be done right).
This is what resets all the settings, gets them off kilter from the 
shadow register cache values we expect the chip to have, and undoes
settings we have set.

I'm digging deeper, basically go into that function (which also has the
black magic parameter in  it, not exactly the place to setup the tuner??),
and comment it's actions out, then at least it won't reset your config
every capture.

Thanks,
Chris

On Tue, Apr 05, 2005 at 10:25:33AM -0500, Chris Kennedy wrote:
> Also I've noticed that settings for the cx25840 registers are reset
> every capture, a large majority of them at least, from the current
> digitizer on/off ioctl, which seems to actually be quite wrong in
> functionality (was supposed to stop/start the digitizer safely 
> while refreshing the input from the encoder, seems to not do that,
> so possibly another problem there too).  This can reset settings
> we already expected to be set, including input settings.  I'm investigating
> that right now.
> 
> Thanks,
> Chris
> On Tue, Apr 05, 2005 at 11:11:38AM -0400, Tyler Trafford wrote:
> > Allan Stirling <[EMAIL PROTECTED]> wrote:
> > > Tyler Trafford wrote:
> > > 
> > >> The register definition may be off....
> > >
> > > Doesn't seem to be - Setting it manually through cx25840ctl works.
> > 
> > Well, all the work for setting those registers is now in the very
> > short 'update_setting', so maybe it needs to be checked.  It's fairly
> > simple.
> > -- 
> > Tyler Trafford
> > 
> > 
> > -------------------------------------------------------
> > SF email is sponsored by - The IT Product Guide
> > Read honest & candid reviews on hundreds of IT Products from real users.
> > Discover which products truly live up to the hype. Start reading now.
> > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> > _______________________________________________
> > ivtv-devel mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/ivtv-devel
> 
> -- 
> ---
>  Chris Kennedy / [EMAIL PROTECTED]
>   Engineer KMOS-TV/KTBG-FM
>   Broadcasting Services Department
>   Central Missouri State University
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> ivtv-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ivtv-devel

-- 
---
 Chris Kennedy / [EMAIL PROTECTED]
  Engineer KMOS-TV/KTBG-FM
  Broadcasting Services Department
  Central Missouri State University


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
ivtv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to