Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Oct 2006 14:41:41 +0900
From:      "Kevin Downey" <redchin@gmail.com>
To:        "usleepless@gmail.com" <usleepless@gmail.com>
Cc:        freebsd-multimedia@freebsd.org, Mark Busby <redtick@sbcglobal.net>
Subject:   Re: svideo pvr150
Message-ID:  <1d3ed48c0610262241g400c540em42d4617e1fc493e3@mail.gmail.com>
In-Reply-To: <c39ec84c0610260833o2686a78cqba0994356e550625@mail.gmail.com>
References:  <20061026144108.78395.qmail@web81206.mail.mud.yahoo.com> <c39ec84c0610260833o2686a78cqba0994356e550625@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10/27/06, usleepless@gmail.com <usleepless@gmail.com> wrote:
>
> Mark,
>
> On 10/26/06, Mark Busby <redtick@sbcglobal.net> wrote:
> > I've been trying to use the svideo inputs on my pvr150 but no luck.
> >   pvr250-setchannel -d 0 -a Enable -m 1 -s
> >   Anyone using the svideo option with success?
>
> you seem to be the first to use svideo.
>
> could you please edit cxm.c
>
> 1. find "case METEOR_INPUT_DEV_SVIDEO"
>
> 2. add:
> {
> int arg;
>                         source = cxm_line_in_source_svideo;
> arg=AUDIO_EXTERN_1;
> cx25840_command(sc->iicbus, AUDC_SET_INPUT,&arg);
> wm8775_command(sc->iicbus, AUDC_SET_INPUT,&arg);
>
>
> arg=CX25840_SVIDEO0;
> cx25840_command(sc->iicbus, VIDIOC_S_INPUT, &arg);
> }
>
> regards,
>
> usleep
> _______________________________________________
> freebsd-multimedia@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia
> To unsubscribe, send any mail to "
> freebsd-multimedia-unsubscribe@freebsd.org"
>

the svideo on my pvr150 works fine if I run:
pvr250-setchannel -a on -c

-- 
luctor et emergo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1d3ed48c0610262241g400c540em42d4617e1fc493e3>