Hi Mauro, Slight correction to the patch as applied by Dan Taylor, and yourself, in its application to the Avermedia E506. Composite was originally mis-labelled as name_comp1, so it should be simply redone as name_comp, with its now corrected attributes. patch is attached. Signed-off-by: Tim Farrington <timf@xxxxxxxxxxxx> --- saa7134-cards.c 2008-06-28 20:35:22.000000000 +0800 +++ a/saa7134-cards.c 2008-06-28 20:44:08.000000000 +0800 @@ -4239,17 +4239,13 @@ struct saa7134_board saa7134_boards[] = .amux = TV, .tv = 1, }, { - .name = name_comp1, - .vmux = 3, - .amux = LINE2, + .name = name_comp, + .vmux = 0, + .amux = LINE1, }, { .name = name_svideo, .vmux = 8, .amux = LINE1, - }, { - .name = name_comp, - .vmux = 0, - .amux = LINE1, } }, .radio = { .name = name_radio, Regards, Timf
--- saa7134-cards.c 2008-06-28 20:35:22.000000000 +0800 +++ a/saa7134-cards.c 2008-06-28 20:44:08.000000000 +0800 @@ -4239,17 +4239,13 @@ struct saa7134_board saa7134_boards[] = .amux = TV, .tv = 1, }, { - .name = name_comp1, - .vmux = 3, - .amux = LINE2, + .name = name_comp, + .vmux = 0, + .amux = LINE1, }, { .name = name_svideo, .vmux = 8, .amux = LINE1, - }, { - .name = name_comp, - .vmux = 0, - .amux = LINE1, } }, .radio = { .name = name_radio,
_______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb