From owner-freebsd-multimedia Sun Feb 2 19:11:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA03867 for multimedia-outgoing; Sun, 2 Feb 1997 19:11:12 -0800 (PST) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id TAA03862 for ; Sun, 2 Feb 1997 19:11:09 -0800 (PST) Received: by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA08382; Sun, 2 Feb 1997 19:11:08 -0800 Date: Sun, 2 Feb 1997 19:11:08 -0800 From: Lawrence Shing Message-Id: <9702030311.AA08382@sag.space.lockheed.com> To: multimedia@freebsd.org Subject: AEDSP16 Cc: shing@sag.space.lockheed.com Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello there, I am trying to install a 16 bit soundcard (Diamond Technologies) if that is of any relevance. Anyhow, it is a software configured soundcard, so it seems that AEDSP16 might wack the card in place so that it will perform MSS0 protocols. The documentation for the card states that it is an MSS compatible card, but when I config BSD for MSS0 at at the default settings for the card, BSD cannot find it. You know, it says MSS0 not found at 0x220 message. So, I was poking around the source code for the sound stuff, and started reading about AEDSP16. I have no idea if InitAEDSP16 will initialize the DT card properly, but that's what the source code suggests to try first, before changing the init commands in the code. The question I had was: Where do I insert the InitAEDSP16 call? It is supposed to be done before the probes for the sound devices. I can modify the files.i386 to include aedsp16.c source whenever I include a 'snd*' device. But, I cannot figure out a good place to insert InitAEDSP16. Lawrence Shing