]> git.hungrycats.org Git - linux/commitdiff
[PATCH] V4L/DVB (3135) Fix tuner init for Pinnacle PCTV Stereo
authorRicardo Cerqueira <v4l@cerqueira.org>
Thu, 8 Dec 2005 23:18:47 +0000 (21:18 -0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 14 Dec 2005 23:42:56 +0000 (15:42 -0800)
- The Pinnacle PCTV Stereo needs tda9887 port2 set to 1
- Without this patch, mt20xx tuner is not detected and the board
  doesn't tune.

Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/media/video/saa7134/saa7134-cards.c

index acc7a4335e230ec3514ad06923fe0adba74f4af0..3a85d4151ca6f1f3159219e6d2dda08612729660 100644 (file)
@@ -972,7 +972,7 @@ struct saa7134_board saa7134_boards[] = {
                .radio_type     = UNSET,
                .tuner_addr     = ADDR_UNSET,
                .radio_addr     = ADDR_UNSET,
-               .tda9887_conf   = TDA9887_PRESENT | TDA9887_INTERCARRIER,
+               .tda9887_conf   = TDA9887_PRESENT | TDA9887_INTERCARRIER | TDA9887_PORT2_ACTIVE,
                .inputs         = {{
                        .name = name_tv,
                        .vmux = 3,