From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerald Teschl Date: Wed, 05 Jun 2002 15:34:33 +0000 Subject: ad1848 driver and opl3sa2 cards Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sound@vger.kernel.org Hi, Why does the ad1848 driver try to use the opl3s2 sound card. Is the card supposed to work with this driver as well? Here it does not work since it fails to find the card (isapnp_find_card returns null). Where this is no big deal (one working driver is sufficien;-), it still causes problems since automatic configuration tools like sndconfig from RedHat will fail, since they use the ad1848 which is the first one listed in modules.isapnpmap: [gerald@keen gerald]$ cat /lib/modules/2.4.18-4/modules.isapnpmap |grep 0xa865 ad1848 0xffff 0xffff 0x00000000 0xa865 0x2100 opl3sa2 0xffff 0xffff 0x00000000 0xa865 0x2100 Any ideas? Should the device be removed from ad1848.c? Gerald