[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Openvortex-dev] debian alsa drivers not working
From: |
Philipp Matthias Hahn |
Subject: |
Re: [Openvortex-dev] debian alsa drivers not working |
Date: |
Mon, 1 Dec 2003 09:50:17 +0100 |
User-agent: |
Mutt/1.5.4i |
Hello Ryan!
On Mon, Dec 01, 2003 at 12:02:50AM -0700, Ryan Showalter wrote:
> I'm trying to compile the debian unstable alsa (version 0.98) drivers and
> I can compile the au8830 module fine, but when I try to load them via
> modprobe or when the alsa startup script tries to load them, I get this
> error:
>
> /lib/modules/2.4.22/alsa/snd-au8830.o: unresolved symbol
> snd_mpu401_uart_interrupt
> /lib/modules/2.4.22/alsa/snd-au8830.o: unresolved symbol snd_ac97_mixer
The automatic dependencies for au88x0 are wrong:
--- alsa-driver/alsa-kernel/pci/ac97/Makefile~
+++ alsa-driver/alsa-kernel/pci/ac97/Makefile
@@ -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))
--- alsa-driver/alsa-kernel/drivers/mpu401/Makefile~
+++ alsa-driver/alsa-kernel/drivers/mpu401/Makefile
@@ -41,5 +41,7 @@
obj-$(CONFIG_SND_YMFPCI) += snd-mpu401-uart.o
obj-$(CONFIG_SND_PC98_CS4232) += snd-mpu401-uart.o
obj-$(CONFIG_SND_SSCAPE) += snd-mpu401-uart.o
+obj-$(CONFIG_SND_AU8820) += snd-mpu401-uart.o
+obj-$(CONFIG_SND_AU8830) += snd-mpu401-uart.o
obj-m := $(sort $(obj-m))
BYtE
Philipp
--
/ / (_)__ __ ____ __ Philipp Hahn
/ /__/ / _ \/ // /\ \/ /
/____/_/_//_/\_,_/ /_/\_\ address@hidden