Linux Sound subsystem development
 help / color / mirror / Atom feed
* Re: Soundblaster driver
@ 2000-04-10 20:46 Torsten Werner
  2000-04-12  0:44 ` Paul Laufer
  0 siblings, 1 reply; 2+ messages in thread
From: Torsten Werner @ 2000-04-10 20:46 UTC (permalink / raw)
  To: linux-sound

[-- Attachment #1: Type: text/plain, Size: 1214 bytes --]

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: twerner@intercomm.de                phone/fax: +49 3501 530061/11
Homepage:                              http://www.phy.tu-dresden.de/apg/

[-- Attachment #2: Type: application/pgp-signature, Size: 524 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-04-12  0:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-04-10 20:46 Soundblaster driver Torsten Werner
2000-04-12  0:44 ` Paul Laufer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox