[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Openvortex-dev] AU8830 under 2.6?
From: |
J. Gordon Wolfe |
Subject: |
Re: [Openvortex-dev] AU8830 under 2.6? |
Date: |
Fri, 19 Sep 2003 12:59:08 -0400 |
On Fri, 2003-09-19 at 03:09, Philipp Matthias Hahn wrote:
> Hi Torsten!
>
> On Thu, Sep 18, 2003 at 11:27:42PM +0200, Torsten Stremlau wrote:
> > Is it possible to use the latest CVS in linux-2.6.x ?
>
> The answer is: Yes.
>
> Long-answer:
> - Copy openvortex/alsa/pci/au88x0 to linux/sound/pci/ recursively
> - Append to linux/sound/pci/Makefile:
> obj-$(CONFIG_SOUND) += au88x0/
> - Append to linux/sound/pci/ac97/Makefile:
> obj-$(CONFIG_SND_AU8810) += snd-ac97-codec.o
> obj-$(CONFIG_SND_AU8820) += snd-ac97-codec.o
> obj-$(CONFIG_SND_AU8830) += snd-ac97-codec.o
> - Append to linux/sound/drivers/mpu401/Makefile:
> obj-$(CONFIG_SND_AU8810) += snd-mpu401-uart.o
> obj-$(CONFIG_SND_AU8820) += snd-mpu401-uart.o
> obj-$(CONFIG_SND_AU8830) += snd-mpu401-uart.o
> - Insert in linux/sound/pci/Kconfig before last 'endmenu' the lines from
> openvortex/alsa/pci/Kconfig regarding 'config SND_AU88[123]0'
>
> BYtE
> Philipp
Also append to linux/sound/core/Makefile:
obj-$(CONFIG_SND_AU8810) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o
snd-rawmidi.o snd-hwdep.o
obj-$(CONFIG_SND_AU8820) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o
snd-rawmidi.o snd-hwdep.o
obj-$(CONFIG_SND_AU8830) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o
snd-rawmidi.o snd-hwdep.o
Or you could take the lazy route and try one of the kernel patches I've
made up. They're at http://imptech.dhs.org/~imptech/
- Gordon
--
J. Gordon Wolfe <address@hidden>