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