summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2004-11-14 10:04:16 +0000
committerMarkus Rothe <corsair@gentoo.org>2004-11-14 10:04:16 +0000
commitb7f861cfb409859ed09caf2dafe7fc5397cc6b95 (patch)
treee121e37bc305e4507df5d0ffbe656cba33eccdf5 /sys-kernel/linux26-headers/files
parentUpsteam doesn't support liece anymore. Please use riece instead. (Manifest re... (diff)
downloadgentoo-2-b7f861cfb409859ed09caf2dafe7fc5397cc6b95.tar.gz
gentoo-2-b7f861cfb409859ed09caf2dafe7fc5397cc6b95.tar.bz2
gentoo-2-b7f861cfb409859ed09caf2dafe7fc5397cc6b95.zip
Added ppc64 soundcard patch
Diffstat (limited to 'sys-kernel/linux26-headers/files')
-rw-r--r--sys-kernel/linux26-headers/files/linux26-headers-soundcard-ppc64.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-kernel/linux26-headers/files/linux26-headers-soundcard-ppc64.patch b/sys-kernel/linux26-headers/files/linux26-headers-soundcard-ppc64.patch
new file mode 100644
index 000000000000..ead46f8e6f06
--- /dev/null
+++ b/sys-kernel/linux26-headers/files/linux26-headers-soundcard-ppc64.patch
@@ -0,0 +1,11 @@
+--- linux-2.6.8.1/include/linux/soundcard.h.orig 2004-11-14 10:55:23.913423728 +0100
++++ linux-2.6.8.1/include/linux/soundcard.h 2004-11-14 10:56:13.361362016 +0100
+@@ -179,7 +179,7 @@
+ * Some big endian/little endian handling macros
+ */
+
+-#if defined(_AIX) || defined(AIX) || defined(sparc) || defined(__sparc__) || defined(HPPA) || defined(PPC) || defined(__mc68000__)
++#if defined(_AIX) || defined(AIX) || defined(sparc) || defined(__sparc__) || defined(HPPA) || defined(PPC) || defined(__powerpc64__) || defined(__mc68000__)
+ /* Big endian machines */
+ # define _PATCHKEY(id) (0xfd00|id)
+ # define AFMT_S16_NE AFMT_S16_BE