All of lore.kernel.org
 help / color / mirror / Atom feed
From: Torsten Werner <twerner@intercomm.de>
To: linux-sound@vger.kernel.org
Subject: Re: Soundblaster driver
Date: Mon, 10 Apr 2000 20:46:09 +0000	[thread overview]
Message-ID: <marc-linux-sound-95540038226444@msgid-missing> (raw)

[-- 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 --]

             reply	other threads:[~2000-04-10 20:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-04-10 20:46 Torsten Werner [this message]
2000-04-12  0:44 ` Soundblaster driver Paul Laufer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-linux-sound-95540038226444@msgid-missing \
    --to=twerner@intercomm.de \
    --cc=linux-sound@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.