[PATCH] include/linux/soundcard.h: endianness fix
authorStuart Brady <sdbrady@ntlworld.com>
Thu, 5 May 2005 23:15:07 +0000 (16:15 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 5 May 2005 23:36:31 +0000 (16:36 -0700)
commit60d300c02fe2e0be9bb02904361e41e0307264b2
tree28734e32dd7b7deea4d9d1456b354f59de2f2187
parent42d77c70177b2f7535766bce938d965fd863f0fd
[PATCH] include/linux/soundcard.h: endianness fix

Fixes for big-endian systems in soundcard.h and awe_voice.h

This patch fixes the AFMT_S16_NE (include/linux/soundcard.h) and AWE_PATCH
(awe_voice.h) macros on big-endian systems.

It also moves _PATCHKEY into a new file, patchkey.h, in order to remove a
duplicate definition of it from awe_voice.h.

Signed-off-by: Stuart Brady <sdbrady@ntlworld.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/awe_voice.h
include/linux/patchkey.h [new file with mode: 0644]
include/linux/soundcard.h