[linux-dvb] [PATCH] Avermedia E506 composite
timf
timf at iinet.net.au
Sat Jun 28 14:54:58 CEST 2008
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 at iinet.net.au>
--- 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: e506.patch
Type: text/x-diff
Size: 527 bytes
Desc: not available
Url : http://www.linuxtv.org/pipermail/linux-dvb/attachments/20080628/c7d0bcb6/attachment.patch
More information about the linux-dvb
mailing list