Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 71119 | Differences between
and this patch

Collapse All | Expand All

(-)linux-2.4.22.orig/include/linux/soundcard.h (-1 / +1 lines)
Lines 179-185 Link Here
179
 * Some big endian/little endian handling macros
179
 * Some big endian/little endian handling macros
180
 */
180
 */
181
181
182
#if defined(_AIX) || defined(AIX) || defined(sparc) || defined(__sparc__) || defined(HPPA) || defined(PPC) || defined(__mc68000__)
182
#if defined(_AIX) || defined(AIX) || defined(sparc) || defined(__sparc__) || defined(HPPA) || defined(PPC) || defined(__powerpc64__) || defined(__mc68000__)
183
/* Big endian machines */
183
/* Big endian machines */
184
#  define _PATCHKEY(id) (0xfd00|id)
184
#  define _PATCHKEY(id) (0xfd00|id)
185
#  define AFMT_S16_NE AFMT_S16_BE
185
#  define AFMT_S16_NE AFMT_S16_BE

Return to bug 71119