[Pkg-alsa-devel] Re: [Alsa-devel] aoa drivers and alsa 1.0.12

Takashi Iwai tiwai at suse.de
Tue Sep 5 16:21:42 UTC 2006


At Sat, 2 Sep 2006 20:57:39 +0200,
Elimar Riesebieter wrote:
> 
> On Sat, 02 Sep 2006 the mental interface of
> Jordi Mallach told:
> 
> [...]
> > Ok, for some reason I thought it was unusable for powerpc entirely.
> 
> Indeed, it is. snd-powermac is deprecated since 1.0.12rc1!
> 
> > Let's go ahead with 1.0.12.
> 
> Awaiting some bugreports against the aoa drivers.

Maybe it's just a missing directory in alsa-driver tree.
The below is an untested patch to alsa-driver HG version.


Takashi

diff -r d92c13cfef3b Makefile
--- a/Makefile	Thu Aug 31 10:05:38 2006 +0200
+++ b/Makefile	Tue Sep 05 16:18:25 2006 +0200
@@ -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