[<prev] [next>] [day] [month] [year] [list]
Message-ID: <826775f30702121637q3f843e14t55cb2a1dcf20bb95@mail.gmail.com>
Date: Tue, 13 Feb 2007 02:37:36 +0200
From: "Damian Minkov" <damencho@...encho.com>
To: video4linux-list@...hat.com
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] video4linux: Fix audio input for AverTv Go 007
from Damian Minkov
Fix audio input source for capturing(playing) audio on AverTv Go 007 cards.
Signed-off-by: Damian Minkov <damencho@...encho.com>
---
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists