Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=289ea1f03353104c4f288f6c70c5c7e1568ea257
Commit:     289ea1f03353104c4f288f6c70c5c7e1568ea257
Parent:     f139fa71c03d80c1d1ee60aa4b0a3ec7a14d45f9
Author:     Simon Farnsworth <[EMAIL PROTECTED]>
AuthorDate: Mon Sep 10 13:37:26 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Tue Oct 9 22:14:30 2007 -0300

    V4L/DVB (6203): Fix SVideo input on KWorld DVB-T 220 boards
    
    Fix SVideo input on KWorld DVB-T 220 boards. Without this patch, the
    luma pin on the SVideo input is treated as a composite in, and the
    chroma pin is ignored.
    
    Also, fix the radio, and provide a second composite input for people who
    are used to the existing composite on SVideo connector behaviour.
    
    Signed-off-by: Simon Farnsworth <[EMAIL PROTECTED]>
    Reviewed-by: Hermann Pitton <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/video/saa7134/saa7134-cards.c |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/drivers/media/video/saa7134/saa7134-cards.c 
b/drivers/media/video/saa7134/saa7134-cards.c
index 5c3174a..c4dc986 100644
--- a/drivers/media/video/saa7134/saa7134-cards.c
+++ b/drivers/media/video/saa7134/saa7134-cards.c
@@ -2771,6 +2771,7 @@ struct saa7134_board saa7134_boards[] = {
                .tuner_addr     = ADDR_UNSET,
                .radio_addr     = ADDR_UNSET,
                .mpeg           = SAA7134_MPEG_DVB,
+               .gpiomask       = 1 << 21,
                .inputs = {{
                        .name   = name_tv,
                        .vmux   = 1,
@@ -2781,13 +2782,18 @@ struct saa7134_board saa7134_boards[] = {
                        .vmux   = 3,
                        .amux   = LINE1,
                },{
-                       .name   = name_svideo,
+                       .name   = name_comp2,
                        .vmux   = 0,
                        .amux   = LINE1,
+               },{
+                       .name   = name_svideo,
+                       .vmux   = 8,
+                       .amux   = LINE1,
                }},
                .radio = {
                        .name   = name_radio,
-                       .amux   = LINE1,
+                       .amux   = TV,
+                       .gpio   = 0x0200000,
                },
        },
        [SAA7134_BOARD_KWORLD_DVBT_210] = {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to