lkml.org 
[lkml]   [2005]   [Dec]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[patch 14/26] V4L/DVB (3135) Fix tuner init for Pinnacle PCTV Stereo
    -stable review patch.  If anyone has any objections, please let us know.

    ------------------
    From: Ricardo Cerqueira <v4l@cerqueira.org>

    - 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 | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- linux-2.6.14.3.orig/drivers/media/video/saa7134/saa7134-cards.c
    +++ linux-2.6.14.3/drivers/media/video/saa7134/saa7134-cards.c
    @@ -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,
    --
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-12-13 09:33    [W:4.181 / U:0.084 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site