svideo pvr150

usleepless at gmail.com usleepless at gmail.com
Thu Oct 26 15:34:53 UTC 2006


Mark,

On 10/26/06, Mark Busby <redtick at 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


More information about the freebsd-multimedia mailing list