public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] composite audio for bt878
@ 2001-10-19 11:11 Nathan Hand
  0 siblings, 0 replies; only message in thread
From: Nathan Hand @ 2001-10-19 11:11 UTC (permalink / raw)
  To: linux-kernel; +Cc: nathanh

[-- Attachment #1: Type: text/plain, Size: 131 bytes --]

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


[-- Attachment #2: bttv-cards.c.diff --]
[-- Type: text/plain, Size: 427 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-10-19 11:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-19 11:11 [PATCH] composite audio for bt878 Nathan Hand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox