[From nobody Wed Nov 15 14:42:52 2006
Message-ID: &lt;455B18E8.7000103@gmail.com&gt;
Date: Wed, 15 Nov 2006 14:40:56 +0100
From: &quot;tomlohave@gmail.com&quot; &lt;tomlohave@gmail.com&gt;
User-Agent: Thunderbird 1.5.0.7 (X11/20060918)
MIME-Version: 1.0
To: Michael Krufky &lt;mkrufky@linuxtv.org&gt;
Subject: Re: Patch (small) : hvr1110 : enable capture device : svideo and
	composite1
References: &lt;455B11F7.1040603@wanadoo.fr&gt; &lt;455B157E.6000001@linuxtv.org&gt;
In-Reply-To: &lt;455B157E.6000001@linuxtv.org&gt;
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit

Michael Krufky a écrit :
&gt; tomlohave wrote:
&gt;   
&gt;&gt; Hello,
&gt;&gt;
&gt;&gt; This small patch enables video over s-video and composite1.
&gt;&gt;
&gt;&gt; One question : i 'm unable to test sound via line-in in my card ?
&gt;&gt;     
&gt;
&gt; Tom,
&gt;
&gt; The .amux value is the &quot;audio mux&quot; -- this might be set incorrectly, if you
&gt; are not hearing audio.  Try and see if LINE1 works, instead.
&gt;
&gt;
&gt;   
Thanks for your answer but i have already tested this setting (line1) 
and same result.
is my demarch good with &quot;cat /dev/audio1 &gt; /dev/audio&quot; ?
&gt;&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;&gt; --- v4l-dvb/linux/drivers/media/video/saa7134/saa7134-cards.c	2006-11-13 23:38:11.000000000 +0100
&gt;&gt; +++ v4l-dvb-perso/linux/drivers/media/video/saa7134/saa7134-cards.c	2006-11-15 14:46:19.000000000 +0100
&gt;&gt; @@ -3181,6 +3181,14 @@
&gt;&gt;  			.vmux = 1,
&gt;&gt;  			.amux = TV,
&gt;&gt;  			.tv   = 1,
&gt;&gt; +		},{
&gt;&gt; +			.name   = name_comp1,
&gt;&gt; +			.vmux   = 3,
&gt;&gt; +			.amux   = LINE2,
&gt;&gt; +		},{
&gt;&gt; +			.name   = name_svideo,
&gt;&gt; +			.vmux   = 8,
&gt;&gt; +			.amux   = LINE2,
&gt;&gt;  		}},
&gt;&gt;  		.radio = {
&gt;&gt;  			.name = name_radio,
&gt;&gt;     
&gt;
&gt; Cheers,
&gt;
&gt; Mike
&gt;
&gt;   


]