linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nathan Hand <nathanh@manu.com.au>
To: linux-kernel@vger.kernel.org
Cc: nathanh@manu.com.au
Subject: [PATCH] composite audio for bt878
Date: Fri, 19 Oct 2001 21:11:31 +1000	[thread overview]
Message-ID: <20011019211131.B9554@manu.com.au> (raw)

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

                 reply	other threads:[~2001-10-19 11:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011019211131.B9554@manu.com.au \
    --to=nathanh@manu.com.au \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).