lkml.org 
[lkml]   [2001]   [Oct]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
Subject[PATCH] composite audio for bt878
Composite audio for bttv card type 0x10 spews static although the
video is fine. Audio bitmask is wrong. One-line patch fixes it.

--- kernel-source-2.4.9/drivers/media/video/bttv-cards.c.orig Fri Oct 19 20:56:43 2001
+++ kernel-source-2.4.9/drivers/media/video/bttv-cards.c Fri Oct 19 20:56:48 2001
@@ -365,7 +365,7 @@
svhs: 2,
gpiomask: 0x01fe00,
muxsel: { 2, 3, 1, 1},
- audiomux: { 0x01c000, 0, 0x018000, 0x014000, 0x002000, 0 },
+ audiomux: { 0x01c000, 0, 0x004000, 0x014000, 0x002000, 0 },
needs_tvaudio: 1,
pll: PLL_28,
tuner_type: -1,
\
 
 \ /
  Last update: 2005-03-22 13:08    [W:0.036 / U:1.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site