From: Michael Krufky GPIO fix for the composite and tv mute states of bt8xx card #135: DViCO FusionHDTV5 Lite. Without this patch, selecting one of these states could produce unexpected behavior. Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Andrew Morton --- drivers/media/video/bttv-cards.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/media/video/bttv-cards.c~v4l-dvico-fusionhdtv5-lite-gpio-fix drivers/media/video/bttv-cards.c --- devel/drivers/media/video/bttv-cards.c~v4l-dvico-fusionhdtv5-lite-gpio-fix 2005-09-29 12:01:34.000000000 -0700 +++ devel-akpm/drivers/media/video/bttv-cards.c 2005-09-29 12:01:34.000000000 -0700 @@ -2398,7 +2398,7 @@ struct tvcard bttv_tvcards[] = { .svhs = 2, .muxsel = { 2, 3 }, .gpiomask = 0x00e00007, - .audiomux = { 0x00400005, 0, 0, 0, 0, 0 }, + .audiomux = { 0x00400005, 0, 0x00000001, 0, 0x00c00007, 0 }, .no_msp34xx = 1, .no_tda9875 = 1, .no_tda7432 = 1, _