[Pkg-alsa-devel] Re: [Alsa-devel] aoa drivers and alsa 1.0.12
Takashi Iwai
tiwai at suse.de
Tue Sep 5 17:32:09 UTC 2006
At Tue, 05 Sep 2006 19:28:08 +0200,
I wrote:
>
> At Tue, 5 Sep 2006 19:24:10 +0200,
> Elimar Riesebieter wrote:
> >
> > On Tue, 05 Sep 2006 the mental interface of
> > Takashi Iwai told:
> >
> > [...]
> > > > I don't find a aoa directory in the source root?
> > > >
> > > > $ find . -type d -name aoa
> > > > ./alsa-kernel/aoa
> > >
> > > The patch will add the directory...
> >
> > Patch applied with no fuzzes and offesets to 1.0.12, configure and
> > make went well. Directory aoa is added. But:
> >
> > ./modules/snd-mixer-oss.ko
> > ./modules/snd-pcm-oss.ko
> > ./modules/snd-seq-oss.ko
> > ./modules/snd-seq-device.ko
> > ./modules/snd-seq-midi-event.ko
> > ./modules/snd-seq.ko
> > ./modules/snd.ko
> > ./modules/snd-page-alloc.ko
> > ./modules/snd-pcm.ko
> > ./modules/snd-timer.ko
> >
> > No aoa modules found :(
>
> Use 1.0.13rc1. I won't debug 1.0.12.
Looks like one more addition is needed. The revised patch is below.
Takashi
diff -r d92c13cfef3b Makefile
--- a/Makefile Thu Aug 31 10:05:38 2006 +0200
+++ b/Makefile Tue Sep 05 19:32:22 2006 +0200
@@ -6,7 +6,7 @@ ifneq ($(KERNELRELEASE),)
ifneq ($(KERNELRELEASE),)
# call from 2.6 kernel build system
-obj-m += acore/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/
+obj-m += acore/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ aoa/
else
@@ -64,7 +64,7 @@ export KBUILD_VERBOSE KBUILD_CHECKSRC
export KBUILD_VERBOSE KBUILD_CHECKSRC
endif
-SUBDIRS = acore i2c drivers isa synth pci
+SUBDIRS = acore i2c drivers isa synth pci aoa
CSUBDIRS =
ifndef NEW_KBUILD
diff -r d92c13cfef3b aoa/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/aoa/Makefile Tue Sep 05 16:19:04 2006 +0200
@@ -0,0 +1,10 @@
+ifndef SND_TOPDIR
+SND_TOPDIR=..
+endif
+
+include $(SND_TOPDIR)/toplevel.config
+include $(SND_TOPDIR)/Makefile.conf
+
+include $(SND_TOPDIR)/alsa-kernel/aoa/Makefile
+
+include $(SND_TOPDIR)/Rules.make
diff -r d92c13cfef3b aoa/codecs/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/aoa/codecs/Makefile Tue Sep 05 16:20:08 2006 +0200
@@ -0,0 +1,10 @@
+ifndef SND_TOPDIR
+SND_TOPDIR=../..
+endif
+
+include $(SND_TOPDIR)/toplevel.config
+include $(SND_TOPDIR)/Makefile.conf
+
+include $(SND_TOPDIR)/alsa-kernel/aoa/codecs/Makefile
+
+include $(SND_TOPDIR)/Rules.make
diff -r d92c13cfef3b aoa/core/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/aoa/core/Makefile Tue Sep 05 16:20:22 2006 +0200
@@ -0,0 +1,10 @@
+ifndef SND_TOPDIR
+SND_TOPDIR=../..
+endif
+
+include $(SND_TOPDIR)/toplevel.config
+include $(SND_TOPDIR)/Makefile.conf
+
+include $(SND_TOPDIR)/alsa-kernel/aoa/core/Makefile
+
+include $(SND_TOPDIR)/Rules.make
diff -r d92c13cfef3b aoa/fabrics/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/aoa/fabrics/Makefile Tue Sep 05 16:20:31 2006 +0200
@@ -0,0 +1,10 @@
+ifndef SND_TOPDIR
+SND_TOPDIR=../..
+endif
+
+include $(SND_TOPDIR)/toplevel.config
+include $(SND_TOPDIR)/Makefile.conf
+
+include $(SND_TOPDIR)/alsa-kernel/aoa/fabrics/Makefile
+
+include $(SND_TOPDIR)/Rules.make
diff -r d92c13cfef3b aoa/soundbus/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/aoa/soundbus/Makefile Tue Sep 05 16:20:44 2006 +0200
@@ -0,0 +1,10 @@
+ifndef SND_TOPDIR
+SND_TOPDIR=../..
+endif
+
+include $(SND_TOPDIR)/toplevel.config
+include $(SND_TOPDIR)/Makefile.conf
+
+include $(SND_TOPDIR)/alsa-kernel/aoa/soundbus/Makefile
+
+include $(SND_TOPDIR)/Rules.make
More information about the Pkg-alsa-devel
mailing list