[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Openvortex-dev] AU8830 under 2.6?
From: |
Philipp Matthias Hahn |
Subject: |
Re: [Openvortex-dev] AU8830 under 2.6? |
Date: |
Fri, 19 Sep 2003 09:09:58 +0200 |
User-agent: |
Mutt/1.5.4i |
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
--
/ / (_)__ __ ____ __ Philipp Hahn
/ /__/ / _ \/ // /\ \/ /
/____/_/_//_/\_,_/ /_/\_\ address@hidden