SOURCES: alsa-driver-noebus.patch (NEW) - disable EBUS support on ...

qboosh qboosh at pld-linux.org
Thu Dec 29 07:34:07 CET 2005


Author: qboosh                       Date: Thu Dec 29 06:34:07 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- disable EBUS support on Linux 2.4.x

---- Files affected:
SOURCES:
   alsa-driver-noebus.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/alsa-driver-noebus.patch
diff -u /dev/null SOURCES/alsa-driver-noebus.patch:1.1
--- /dev/null	Thu Dec 29 07:34:07 2005
+++ SOURCES/alsa-driver-noebus.patch	Thu Dec 29 07:34:02 2005
@@ -0,0 +1,22 @@
+--- alsa-driver-1.0.10/alsa-kernel/include/cs4231.h.orig	2004-11-25 15:17:52.000000000 +0000
++++ alsa-driver-1.0.10/alsa-kernel/include/cs4231.h	2005-12-28 23:38:23.642770750 +0000
+@@ -31,7 +31,7 @@
+ #include <asm/sbus.h>
+ #endif
+ 
+-#if defined(CONFIG_PCI) && defined(CONFIG_SPARC64)
++#if defined(CONFIG_PCI) && defined(CONFIG_SPARC64) && defined(WANT_EBUS)
+ #define EBUS_SUPPORT
+ #include <linux/pci.h>
+ #include <asm/ebus.h>
+--- alsa-driver-1.0.10/alsa-kernel/sparc/cs4231.c.orig	2005-11-15 11:58:31.000000000 +0000
++++ alsa-driver-1.0.10/alsa-kernel/sparc/cs4231.c	2005-12-28 23:37:36.507825000 +0000
+@@ -37,7 +37,7 @@
+ #include <asm/sbus.h>
+ #endif
+ 
+-#if defined(CONFIG_PCI) && defined(CONFIG_SPARC64)
++#if defined(CONFIG_PCI) && defined(CONFIG_SPARC64) && defined(WANT_EBUS)
+ #define EBUS_SUPPORT
+ #endif
+ 
================================================================


More information about the pld-cvs-commit mailing list