from Damian Minkov

Fix audio input source for capturing(playing) audio on AverTv Go 007 cards.

Signed-off-by: Damian Minkov <[EMAIL PROTECTED]>
---
diff -upr a/linux/drivers/media/video/saa7134/saa7134-cards.c
b/linux/drivers/media/video/saa7134/saa7134-cards.c
--- a/linux/drivers/media/video/saa7134/saa7134-cards.c    2007-02-13
02:17:55.000000000 +0200
+++ b/linux/drivers/media/video/saa7134/saa7134-cards.c    2007-02-13
02:20:40.000000000 +0200
@@ -1544,12 +1544,12 @@ struct saa7134_board saa7134_boards[] =
        },{
            .name = name_comp1,
            .vmux = 0,
-            .amux = LINE2,
+            .amux = LINE1,
            .gpio = 0x02,
        },{
            .name = name_svideo,
            .vmux = 6,
-            .amux = LINE2,
+            .amux = LINE1,
            .gpio = 0x02,
        }},
        .radio = {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to