From: Zwane Mwaikambo <zwane@holomorphy.com>
To: linux-sound@vger.kernel.org
Subject: Re: AZT1008 on HP Vectra VL6
Date: Wed, 27 Nov 2002 00:55:57 +0000 [thread overview]
Message-ID: <marc-linux-sound-103835842003582@msgid-missing> (raw)
In-Reply-To: <marc-linux-sound-103825052826476@msgid-missing>
Could you please try this? Looking at your ioports it certainly does look
like an WSS compatible card. The patch is against 2.4.20-rc1-ac4 but if
you have trouble applying tell me which kernel you'd like it against.
Cheers,
Zwane
Index: linux-2.4.20-rc1-ac4/drivers/sound/ad1848.c
=================================RCS file: /build/cvsroot/linux-2.4.20-rc1-ac4/drivers/sound/ad1848.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 ad1848.c
--- linux-2.4.20-rc1-ac4/drivers/sound/ad1848.c 18 Nov 2002 01:39:21 -0000 1.1.1.1
+++ linux-2.4.20-rc1-ac4/drivers/sound/ad1848.c 27 Nov 2002 00:51:51 -0000
@@ -2969,6 +2969,10 @@
ISAPNP_ANY_ID, ISAPNP_ANY_ID,
ISAPNP_VENDOR('Y','M','H'), ISAPNP_FUNCTION(0x0021),
1, 0, 0, 1, 1},
+ {"AZT1008",
+ ISAPNP_ANY_ID, ISAPNP_ANY_ID,
+ ISAPNP_VENDOR('A','Z','T'), ISAPNP_FUNCTION(0x0001),
+ 1, 0, 0, 1, 1},
{0}
};
@@ -2981,6 +2985,8 @@
ISAPNP_VENDOR('C','S','C'), ISAPNP_FUNCTION(0x0100), 0 },
{ ISAPNP_ANY_ID, ISAPNP_ANY_ID,
ISAPNP_VENDOR('Y','M','H'), ISAPNP_FUNCTION(0x0021), 0 },
+ { ISAPNP_ANY_ID, ISAPNP_ANY_ID,
+ ISAPNP_VENDOR('A','Z','T'), ISAPNP_FUNCTION(0x0001), 0 },
{0}
};
--
function.linuxpower.ca
prev parent reply other threads:[~2002-11-27 0:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-25 18:37 AZT1008 on HP Vectra VL6 Ofer Achler
2002-11-25 19:10 ` Zwane Mwaikambo
2002-11-26 7:07 ` Ofer Achler
2002-11-27 0:55 ` Zwane Mwaikambo [this message]
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-103835842003582@msgid-missing \
--to=zwane@holomorphy.com \
--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.