Hi Paul,

On Mon, Apr 10, 2000 at 02:05:32AM -0700, Paul Laufer wrote:
> Please test this if you use the Soundblaster driver. This is a rather
> large patch that touches most of sb_card.c. If there are no problems I
> will submit this to Linus.

There are two problems:

+       {"Diamond DT0197H",
+               ISAPNP_VENDOR('R','W','B'), ISAPNP_DEVICE(0x1688),
+               ISAPNP_VENDOR('@','@','@'), ISAPNP_FUNCTION(0x0001),
+               ISAPNP_VENDOR('@','X','@'), ISAPNP_FUNCTION(0x0001),
+               0,-1,0,-1},

should really be:

+       {"Diamond DT0197H",
+               ISAPNP_VENDOR('R','W','B'), ISAPNP_DEVICE(0x1688),
+               ISAPNP_VENDOR('@','@','@'), ISAPNP_FUNCTION(0x0001),
+               ISAPNP_VENDOR('@','X','@'), ISAPNP_FUNCTION(0x0001),
+               0,-1,0,0},

note the last 0 like in the ALS007 entry. The opl3 driver does not work
anymore because it is not activated. What is the reason for that?

Torsten
-- 
Torsten Werner                          Dresden University of Technology
email: [EMAIL PROTECTED]                phone/fax: +49 3501 530061/11
Homepage:                              http://www.phy.tu-dresden.de/apg/

PGP signature

Reply via email to