From alsa-devel-owner@alsa.jcu.cz  Sun Jan  3 17:24:07 1999
Received: from entry.jcu.cz (IDENT:perex@entry.jcu.cz [160.217.1.111])
	by marvin.jcu.cz (8.9.1a/8.9.1) with SMTP id RAA31705;
	Sun, 3 Jan 1999 17:24:01 +0100
Date: Sun, 3 Jan 1999 17:24:01 +0100 (CET)
From: Jaroslav Kysela <perex@jcu.cz>
To: Thomas Hudson <thudson@cygnus.com>
cc: "alsa-devel@alsa.jcu.cz" <alsa-devel@alsa.jcu.cz>
Subject: Re: New PnP features w/ SB AWE
In-Reply-To: <368F4ECF.6780F5A1@cygnus.com>
Message-ID: <Pine.LNX.3.96.990103172105.18977O-100000@entry.jcu.cz>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Reply-To: alsa-devel@alsa.jcu.cz
Sender: alsa-devel-owner@alsa.jcu.cz
Precedence: list

On Sun, 3 Jan 1999, Thomas Hudson wrote:

> I am trying to get the new ISA PnP features working
> with my SB AWE64. Previously I have been successful
> in getting ALSA working w/ my SB AWE64. But when
> I configure with-isapnp=yes, my sound card is recognized
> by the isapnp module, but then the driver doesn't find my 
> card:

Your PnP IDs are still missing in driver. Can you try this patch or CVS
source?

Index: sb16.c
===================================================================
RCS file: /home/alsa/cvsroot/alsa-driver/cards/sb16.c,v
retrieving revision 1.14
diff -u -r1.14 sb16.c
--- sb16.c	1998/12/31 14:52:13	1.14
+++ sb16.c	1999/01/03 16:20:17
@@ -124,6 +124,12 @@
 #ifdef SND_SBAWE
 	(ISAPNP_VENDOR('C','T','L')<<16)|ISAPNP_FUNCTION(0x0022), /* WaveTable */
 #endif
+	/* Sound Blaster AWE 64 PnP Gold */
+	(ISAPNP_VENDOR('C','T','L')<<16)|ISAPNP_DEVICE(0x009e),   /* DEVICE */
+	(ISAPNP_VENDOR('C','T','L')<<16)|ISAPNP_FUNCTION(0x0044), /* Audio */
+#ifdef SND_SBAWE
+	(ISAPNP_VENDOR('C','T','L')<<16)|ISAPNP_FUNCTION(0x0023), /* WaveTable */
+#endif
 	/* Sound Blaster AWE 64 PnP */
 	(ISAPNP_VENDOR('C','T','L')<<16)|ISAPNP_DEVICE(0x00c1),   /* DEVICE */
 	(ISAPNP_VENDOR('C','T','L')<<16)|ISAPNP_FUNCTION(0x0042), /* Audio */



							Jaroslav

-----
Jaroslav Kysela <perex@jcu.cz>
Academic Computer Centre, University of South Bohemia
Branisovska 31, C. Budejovice, CZ-370 05 Czech Republic


