[From nobody Wed Nov 15 14:41:16 2006
X-Account-Key: account5
X-Gmail-Received: 6e5d96f0c0dbce733841466599451e39819f015d
Delivered-To: tomlohave@gmail.com
Received: by 10.66.237.3 with SMTP id k3cs585196ugh;
	Wed, 15 Nov 2006 05:27:20 -0800 (PST)
Received: by 10.90.103.2 with SMTP id a2mr2209611agc.1163597240694;
	Wed, 15 Nov 2006 05:27:20 -0800 (PST)
Return-Path: &lt;mkrufky@linuxtv.org&gt;
Received: from thing.hostingexpert.com (thing.hostingexpert.com [67.15.235.34])
	by mx.google.com with ESMTP id 39si123253wrl.2006.11.15.05.27.20;
	Wed, 15 Nov 2006 05:27:20 -0800 (PST)
Received-SPF: neutral (google.com: 67.15.235.34 is neither permitted nor
	denied by best guess record for domain of mkrufky@linuxtv.org)
Received: from user-0ccelef.cable.mindspring.com ([24.199.85.207]
	helo=[192.168.1.101])
	by thing.hostingexpert.com with esmtpa (Exim 4.52)
	id 1GkKnH-0005rj-2l; Wed, 15 Nov 2006 07:27:19 -0600
Message-ID: &lt;455B157E.6000001@linuxtv.org&gt;
Date: Wed, 15 Nov 2006 08:26:22 -0500
From: Michael Krufky &lt;mkrufky@linuxtv.org&gt;
User-Agent: Thunderbird 1.5.0.7 (X11/20060918)
MIME-Version: 1.0
To: tomlohave &lt;tomlohave@gmail.com&gt;
CC: linux-dvb@linuxtv.org
Subject: Re: Patch (small) : hvr1110 : enable capture device : svideo and
	composite1
References: &lt;455B11F7.1040603@wanadoo.fr&gt;
In-Reply-To: &lt;455B11F7.1040603@wanadoo.fr&gt;
X-Enigmail-Version: 0.94.0.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-AntiAbuse: This header was added to track abuse,
	please include it with any abuse report
X-AntiAbuse: Primary Hostname - thing.hostingexpert.com
X-AntiAbuse: Original Domain - gmail.com
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - linuxtv.org
X-Source: 
X-Source-Args: 
X-Source-Dir: 

tomlohave wrote:
&gt; Hello,
&gt; 
&gt; This small patch enables video over s-video and composite1.
&gt; 
&gt; One question : i 'm unable to test sound via line-in in my card ?

Tom,

The .amux value is the &quot;audio mux&quot; -- this might be set incorrectly, if you
are not hearing audio.  Try and see if LINE1 works, instead.


&gt; diff -ur v4l-dvb/linux/drivers/media/video/saa7134/saa7134-cards.c v4l-dvb-perso/linux/drivers/media/video/saa7134/saa7134-cards.c
&gt; --- v4l-dvb/linux/drivers/media/video/saa7134/saa7134-cards.c	2006-11-13 23:38:11.000000000 +0100
&gt; +++ v4l-dvb-perso/linux/drivers/media/video/saa7134/saa7134-cards.c	2006-11-15 14:46:19.000000000 +0100
&gt; @@ -3181,6 +3181,14 @@
&gt;  			.vmux = 1,
&gt;  			.amux = TV,
&gt;  			.tv   = 1,
&gt; +		},{
&gt; +			.name   = name_comp1,
&gt; +			.vmux   = 3,
&gt; +			.amux   = LINE2,
&gt; +		},{
&gt; +			.name   = name_svideo,
&gt; +			.vmux   = 8,
&gt; +			.amux   = LINE2,
&gt;  		}},
&gt;  		.radio = {
&gt;  			.name = name_radio,

Cheers,

Mike

]