[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Openvortex-dev] Gentoo Ebuild
From: |
Ryan |
Subject: |
[Openvortex-dev] Gentoo Ebuild |
Date: |
Mon, 15 Sep 2003 15:33:33 -0400 (EDT) |
User-agent: |
SquirrelMail/1.4.1 |
Hi all,
If anyone's interested, I've developed a Gentoo ebuild that downloads and
installs the openvortex alsa driver from cvs (at least tt works for me).
Please contact me and i'll e-mail it to you (I'm open to suggestions if
someone has a better distribution method).
When I first installed, I thought I needed "./configure
--with-cards=mpu401,au8830" but I think this patch is the correct
solution. Is this the same problem that I had with compiling the ac97
module?
Ryan
*** ./alsa-kernel/drivers/mpu401/Makefile 11 Aug 2003 00:06:38 -0000
1.5
--- ./alsa-kernel/drivers/mpu401/Makefile 15 Sep 2003 18:52:00 -0000
***************
*** 41,45 ****
--- 41,48 ----
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_AU8810) += 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))
- [Openvortex-dev] Gentoo Ebuild,
Ryan <=