Date: Thu, 26 Oct 2006 17:33:56 +0200 From: usleepless@gmail.com To: "Mark Busby" <redtick@sbcglobal.net> Cc: freebsd-multimedia@freebsd.org Subject: Re: svideo pvr150 Message-ID: <c39ec84c0610260833o2686a78cqba0994356e550625@mail.gmail.com> In-Reply-To: <20061026144108.78395.qmail@web81206.mail.mud.yahoo.com> References: <20061026144108.78395.qmail@web81206.mail.mud.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c39ec84c0610260833o2686a78cqba0994356e550625>