Linux Sound subsystem development
 help / color / mirror / Atom feed
From: "Gaël Quéri" <gqueri@mail.dotcom.fr>
To: linux-sound@vger.kernel.org
Subject: Re: [Patch] sb_card.c, take 2
Date: Tue, 28 Mar 2000 01:51:16 +0000	[thread overview]
Message-ID: <marc-linux-sound-95421007518100@msgid-missing> (raw)
In-Reply-To: <marc-linux-sound-95420636815936@msgid-missing>

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

On Mon, Mar 27, 2000 at 04:11:17PM -0800, Paul Laufer wrote:
> Hello again,
> (...)
> 
> Please send me your feedback. And I don't have any CMI, Diamond, or ALS
> cards to test this with either. So if you have one please test :)

OK so it works with my ALS007 with the diff I include below,
except that the 16 bit dma is set to 0 (there is no such dma on ALS007)
But for now it's harmless...

Also there will be a problem with mpu401 because at least the ALS007
has a separate irq for that.

Anyway thanks for that cleanup...

regards, gael

[-- Attachment #2: als.diff --]
[-- Type: text/plain, Size: 1191 bytes --]

===================================================================
RCS file: RCS/sb_card.c,v
retrieving revision 1.3
diff -up -r1.3 sb_card.c
--- sb_card.c	2000/03/28 01:28:39	1.3
+++ sb_card.c	2000/03/28 01:32:07
@@ -338,10 +338,22 @@ sb_isapnp_list[] __initdata = {
 		ISAPNP_VENDOR('R','W','B'), ISAPNP_DEVICE(0x1688), 
 		ISAPNP_VENDOR('@','@','@'), ISAPNP_FUNCTION(0x0001),
 		ISAPNP_VENDOR('@','X','@'), ISAPNP_FUNCTION(0x0001)},
-	{"ALS 100",
+	{"ALS100",
 	       	ISAPNP_VENDOR('A','L','S'), ISAPNP_DEVICE(0x0001), 
 		ISAPNP_VENDOR('@','@','@'), ISAPNP_FUNCTION(0x0001),
 		ISAPNP_VENDOR('@','X','@'), ISAPNP_FUNCTION(0x0001)},
+	{"ALS007",
+		ISAPNP_VENDOR('A','L','S'), ISAPNP_DEVICE(0x0007),
+		ISAPNP_VENDOR('@','@','@'), ISAPNP_FUNCTION(0x0001),
+		ISAPNP_VENDOR('@','X','@'), ISAPNP_FUNCTION(0x0001)},
+	{"ALS110",
+		ISAPNP_VENDOR('A','L','S'), ISAPNP_DEVICE(0x0110),
+		ISAPNP_VENDOR('@','@','@'), ISAPNP_FUNCTION(0x1001),
+		ISAPNP_VENDOR('@','X','@'), ISAPNP_FUNCTION(0x1001)},
+	{"ALS200",
+		ISAPNP_VENDOR('A','L','S'), ISAPNP_DEVICE(0x0200),
+		ISAPNP_VENDOR('@','@','@'), ISAPNP_FUNCTION(0x0020),
+		ISAPNP_VENDOR('@','X','@'), ISAPNP_FUNCTION(0x0020)},
 	{0}
 };
 

  reply	other threads:[~2000-03-28  1:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-03-28  0:11 [Patch] sb_card.c, take 2 Paul Laufer
2000-03-28  1:51 ` Gaël Quéri [this message]
2000-03-28  6:22 ` 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-95421007518100@msgid-missing \
    --to=gqueri@mail.dotcom.fr \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox