Skip to content

Commit e4f5c82

Browse files
Mauro Carvalho ChehabLinus Torvalds
authored andcommitted
[PATCH] V4L/DVB (3087) fix analog NTSC for pcHDTV 3000
- fix analog NTSC for pcHDTV 3000 - Fix regression: broken analog NTSC for DViCO FusionHDTV3 Gold-T - add tda9887 to card struct, required for both cards. Signed-off-by: Michael Krufky <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 436b0f7 commit e4f5c82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/media/video/cx88/cx88-cards.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@ struct cx88_board cx88_boards[] = {
567567
.radio_type = UNSET,
568568
.tuner_addr = ADDR_UNSET,
569569
.radio_addr = ADDR_UNSET,
570+
.tda9887_conf = TDA9887_PRESENT,
570571
.input = {{
571572
.type = CX88_VMUX_TELEVISION,
572573
.vmux = 0,
@@ -711,6 +712,7 @@ struct cx88_board cx88_boards[] = {
711712
.radio_type = UNSET,
712713
.tuner_addr = ADDR_UNSET,
713714
.radio_addr = ADDR_UNSET,
715+
.tda9887_conf = TDA9887_PRESENT,
714716
.input = {{
715717
.type = CX88_VMUX_TELEVISION,
716718
.vmux = 0,

0 commit comments

Comments
 (0)