Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79dfa4a5 authored by Michael Krufky's avatar Michael Krufky Committed by Linus Torvalds
Browse files

[PATCH] v4l: DViCO FusionHDTV5 Lite GPIO Fix



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: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent d96c4e7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,