From owner-freebsd-multimedia Mon Sep 7 02:08:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA12830 for freebsd-multimedia-outgoing; Mon, 7 Sep 1998 02:08:37 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA12814 for ; Mon, 7 Sep 1998 02:08:32 -0700 (PDT) (envelope-from roger@cs.strath.ac.uk) Received: from muir-10 (roger@muir-10.cs.strath.ac.uk [130.159.148.10]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with SMTP id KAA00378 Mon, 7 Sep 1998 10:07:47 +0100 (BST) Message-ID: <35F3A261.41C6@cs.strath.ac.uk> Date: Mon, 07 Sep 1998 10:07:46 +0100 From: Roger Hardiman Organization: University of Strathclyde X-Mailer: Mozilla 3.04Gold (X11; I; OSF1 V4.0 alpha) MIME-Version: 1.0 To: Daniel McRobb CC: Jeff Brown , multimedia@FreeBSD.ORG Subject: Re: Hauppauge WinTV & BT848 driver problems. References: <199809061959.OAA06959@arthur.caida.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Daniel, Jeff, Multimedia's > > Roger (thats me) wrote > > No one has written any code for the DBX and MSP chips. The overrides > > are a red herring. > > The Linux bttv driver has MSP3400 code in it. Perhaps someone could > > use it to improve the FreeBSD driver? > > Daniel wrote > fxtv works with the MSP3400C in 2.2.7R. I have this in one of my home > machines: > > bktr0 rev 18 int a irq 11 on pci0:16:0 > Hauppauge WinCast/TV, Philips FR1236 NTSC FM tuner, msp3400c stereo. > Well, the bt848 driver does detect the presence of the MSP3400c. It checks check that some device is sitting on the i2c bus at address 0xa0. But that is all it does. The chip is just not used at this time. The hardware layout of a bt848/878 card is supposed to be like this. TUNER: has two outputs, a mono audio signal and the stereo-encoded signal. MSP3400: Takes the stereo encoded signal and decodes it to make stereo Left and Right channels (currently not done on the FreeBSD driver) AUDIO MUX: Can switch between the mono audio signal, and the stereo signal from the MSP3400. It can also select the external audio or Mute the sound. We can only use the Mono audio from Tuner direct to Audio Mux. Now the bttv driver on Linux does use it to get full stereo from broadcast TV, so we need some kind sole to port part of their driver over to our driver. Bye Roger Hardiman Strathclyde Uni Telepresece Group To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message