# HG changeset patch
# User cmeyers@xxxxxxxxx
# Node ID c433d5da9fe9095c4fb4861106d82b1c33ec44e3
# Parent 55f98daf92cfa71671b9bd6b4168a6fe99a8f438
Verified Kworld-ATSC110
I corrected the composite input and verified the S-video. I also
verified the audio mux.
Currently I am only able to receive ATSC HD content, not sure why QAM is
not working.
No radio functionality, probably something in the tuv1236D driver.
diff -r 55f98daf92cf -r c433d5da9fe9
linux/drivers/media/video/saa7134/saa7134-cards.c
--- a/linux/drivers/media/video/saa7134/saa7134-cards.c Wed Feb 15
02:19:47 2006 -0500
+++ b/linux/drivers/media/video/saa7134/saa7134-cards.c Wed Feb 15
02:56:12 2006 -0800
@@ -2743,29 +2743,22 @@ struct saa7134_board saa7134_boards[] =
.radio_type = UNSET,
.tuner_addr = ADDR_UNSET,
.radio_addr = ADDR_UNSET,
- .tda9887_conf = TDA9887_PRESENT,
.mpeg = SAA7134_MPEG_DVB,
.inputs = {{
.name = name_tv,
.vmux = 1,
.amux = TV,
.tv = 1,
-#if 0
- /* these inputs are untested */
- },{
- .name = name_comp1, /* not yet verified */
- .vmux = 4, /* a later patch by
- * Curt Meyers <cmeyers@xxxxxxxxxxxxxx>
- * uses .vmux = 3,
- */
- .amux = LINE2,
- },{
- .name = name_svideo, /* not yet verified */
- .vmux = 8,
- .amux = LINE2,
-#endif
- }},
-#if 0
+ },{
+ .name = name_comp1,
+ .vmux = 3,
+ .amux = LINE2,
+ },{
+ .name = name_svideo,
+ .vmux = 8,
+ .amux = LINE2,
+ }},
+#if 0 // The TUV1236D supports FM radio but don't know how to
activate it.
.radio = {
.name = name_radio,
.amux = LINE1,
_______________________________________________
linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb