[PATCH] composite audio for bt878

Nathan Hand (nathanh@manu.com.au)
Fri, 19 Oct 2001 21:11:31 +1000


--GID0FwUMdk1T2AWN
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Composite audio for bttv card type 0x10 spews static although the
video is fine. Audio bitmask is wrong. One-line patch fixes it.

--GID0FwUMdk1T2AWN
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="bttv-cards.c.diff"

--- 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,

--GID0FwUMdk1T2AWN--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/