From owner-freebsd-multimedia@FreeBSD.ORG Thu Oct 26 15:34:53 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BF0316A407 for ; Thu, 26 Oct 2006 15:34:53 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFA0643D8F for ; Thu, 26 Oct 2006 15:33:58 +0000 (GMT) (envelope-from usleepless@gmail.com) Received: by wr-out-0506.google.com with SMTP id 71so91658wri for ; Thu, 26 Oct 2006 08:33:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LdjiqjSL+Xu3mxHnhf7ChxIIvL6VJME+rE6LcOjvClM05snV+TeJQ5JofabPSRC69jLHuahmls939gV9RVsjkOJGen8MDhhT02ScLz66J/cEciKZRQiVWoptYDfqWmVHgKGW8gp375Sn7V9O3W1l1JAiHT5cRlZYjqvPmXCIjrM= Received: by 10.78.149.13 with SMTP id w13mr2678665hud; Thu, 26 Oct 2006 08:33:56 -0700 (PDT) Received: by 10.78.124.8 with HTTP; Thu, 26 Oct 2006 08:33:56 -0700 (PDT) Message-ID: Date: Thu, 26 Oct 2006 17:33:56 +0200 From: usleepless@gmail.com To: "Mark Busby" In-Reply-To: <20061026144108.78395.qmail@web81206.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061026144108.78395.qmail@web81206.mail.mud.yahoo.com> Cc: freebsd-multimedia@freebsd.org Subject: Re: svideo pvr150 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2006 15:34:53 -0000 Mark, On 10/26/06, Mark Busby 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