Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: Vcd plug-in for is defaulting to PAL mode with av7110 driver



 I am sorry for my bad spelling.  What I meant to say is, with the following
patch, vdr will default to NTSC when I watch television, but it still
defaults to PAL when I play a Video CD.  There must be a way to make the
driver default to NTSC when viewing both.  This appears to be from a recent
change in the dvb-kernel, because nothing else has changed on my system.

Thanks...

> -----Original Message-----
> From: linux-dvb-bounce@linuxtv.org 
> [mailto:linux-dvb-bounce@linuxtv.org] On Behalf Of C.Y.M.
> Sent: Monday, June 14, 2004 11:55 AM
> To: linux-dvb@linuxtv.org
> Subject: [linux-dvb] Vcd plug-in for is defaulting to PAL 
> mode with av7110 driver
> 
> Hello,
> 
> I have recently upgrade my system to the latest dvb-kernel 
> and there have
> always been a few changes that I needed to make so my system 
> would stay on
> NTSC once it locked to a NTSC signal.  For example:
> 
> diff -ru dvb-kernel/linux/drivers/media/dvb/ttpci/av7110_av.c
> /usr/src/Linux-DVB.CVS/dvb-kernel/linux/drivers/media/dvb/ttpc
> i/av7110_av.c
> --- dvb-kernel/linux/drivers/media/dvb/ttpci/av7110_av.c      
>   2004-03-23
> 09:56:53.000000000 -0800
> +++
> /usr/src/Linux-DVB.CVS/dvb-kernel/linux/drivers/media/dvb/ttpc
> i/av7110_av.c
> 2004-05-04 01:58:45.000000000 -0700
> @@ -1412,7 +1412,7 @@
> 
>  int av7110_av_init(struct av7110 *av7110)
>  {
> -       av7110->vidmode = VIDEO_MODE_PAL;
> +       av7110->vidmode = VIDEO_MODE_NTSC;
> 
>         av7110_ipack_init(&av7110->ipack[0], IPACKS, play_audio_cb);
>         av7110->ipack[0].data = (void *) av7110;
> 
> But, it appears that when I go to play a VCD through VDR, the 
> CD that it
> reads is not defaulting to PAL mode.  This has never happened 
> before and it
> is doing it with both vdr-1.2.6 and the latest developer 
> version of vdr.  I
> know this is a driver issue because this was working fine 
> before and the
> version of vdr has not changed (nor has the vcd plugin version).
> Can anyone give me a hint as to where the av7110 driver is 
> defaulting to PAL
> mode when it reads a video cd?
> 
> Thanks,
> C.Y.M.
> 
> 
> 





Home | Main Index | Thread Index