openvortex-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Openvortex-dev] ac97 compile problem


From: J. Gordon Wolfe
Subject: Re: [Openvortex-dev] ac97 compile problem
Date: 08 Sep 2003 14:09:04 -0400

On Mon, 2003-09-08 at 11:54, Ryan wrote:
> Hi,
> 
> I don't know if I'm attempting to configure/make incorrectly, but I had to
> apply the following patch (see below) to get the snd-ac97 module to
> compile. It was a dependency that the snd-au8830 module said it needed but
> it wasn't compiling. Was I doing something wrong or was this a bug?
> 
> Ryan
> address@hidden
> 
> *** ./alsa-kernel/pci/ac97/Makefile     11 Aug 2003 00:06:39 -0000      1.4
> --- ./alsa-kernel/pci/ac97/Makefile     8 Sep 2003 15:26:32 -0000
> ***************
> *** 23,27 ****
> --- 23,28 ----
>   obj-$(CONFIG_SND_NM256) += snd-ac97-codec.o
>   obj-$(CONFIG_SND_TRIDENT) += snd-ac97-codec.o
>   obj-$(CONFIG_SND_YMFPCI) += snd-ac97-codec.o
> + obj-$(CONFIG_SND_AU8830) += snd-ac97-codec.o
> 
>   obj-m := $(sort $(obj-m))

Ouch, yeah that should definitely be there.  Looks like Jeff somehow
lost it in the Alsa 0.9.6 merge 4 weeks ago.  Funny that nobody seems to
have noticed until now.  I've been running 2.6, whats everybody else's
excuse? ;-)

What you did should work fine for you.  For completeness though it
should be more like this:

--- linux-2.6.0-test4-old/sound/pci/ac97/Makefile       2003-08-22 
19:57:13.000000000 -0400
+++ linux-2.6.0-test4/sound/pci/ac97/Makefile   2003-08-23 14:41:06.000000000 
-0400
@@ -23,5 +23,8 @@
 obj-$(CONFIG_SND_NM256) += snd-ac97-codec.o
 obj-$(CONFIG_SND_TRIDENT) += snd-ac97-codec.o
 obj-$(CONFIG_SND_YMFPCI) += snd-ac97-codec.o
+obj-$(CONFIG_SND_AU8810) += snd-ac97-codec.o
+obj-$(CONFIG_SND_AU8820) += snd-ac97-codec.o
+obj-$(CONFIG_SND_AU8830) += snd-ac97-codec.o
 
 obj-m := $(sort $(obj-m))

 - Gordon
-- 
J. Gordon Wolfe <address@hidden>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]