From alsa-devel-owner@alsa.jcu.cz  Mon Feb 22 15:58:29 1999
Received: from caronte.csr.unibo.it (piccio@caronte.csr.unibo.it [137.204.72.197])
	by marvin.jcu.cz (8.9.1a/8.9.1) with ESMTP id PAA25156
	for <alsa-devel@jcu.cz>; Mon, 22 Feb 1999 15:58:15 +0100
Received: (from piccio@localhost) by caronte.csr.unibo.it (8.8.3/8.8.3) id PAA07859 for alsa-devel@jcu.cz; Mon, 22 Feb 1999 15:53:08 +0100
From: Massimo Piccioni <piccio@caronte.csr.unibo.it>
Message-Id: <199902221453.PAA07859@caronte.csr.unibo.it>
Subject: new AWE32 pnpids
To: alsa-devel@jcu.cz
Date: Mon, 22 Feb 1999 15:53:08 +0100 (MET)
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Reply-To: alsa-devel@alsa.jcu.cz
Sender: alsa-devel-owner@alsa.jcu.cz
Precedence: list


Hello.
The following diff matches the PnP ids of my own AWE32.
Massimo

--------------------------------------------------------------

--- sb16.c	Sun Feb 21 15:00:37 1999
+++ sb16.c.new	Mon Feb 22 15:52:59 1999
@@ -122,6 +122,14 @@
 	(ISAPNP_VENDOR('C','T','L')<<16)|ISAPNP_FUNCTION(0x0043), /* Audio */
 #endif
 	/* Sound Blaster AWE 32 PnP */
+	/* Note: This card have also CTL2011:IDE device!!! */
+	/* Note: This card have also CTL7001:Game device!!! */
+	(ISAPNP_VENDOR('C','T','L')<<16)|ISAPNP_DEVICE(0x0042),   /* DEVICE */
+	(ISAPNP_VENDOR('C','T','L')<<16)|ISAPNP_FUNCTION(0x0031), /* Audio */
+#ifdef SND_SBAWE
+	(ISAPNP_VENDOR('C','T','L')<<16)|ISAPNP_FUNCTION(0x0021), /* WaveTable */
+#endif
+	/* Sound Blaster AWE 32 PnP */
 	/* Note: This card have also CTL0051:StereoEnhance device!!! */
 	(ISAPNP_VENDOR('C','T','L')<<16)|ISAPNP_DEVICE(0x0044),   /* DEVICE */
 	(ISAPNP_VENDOR('C','T','L')<<16)|ISAPNP_FUNCTION(0x0031), /* Audio */

