lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ