]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitf30da33a5948c6639f015d4841c00cbfab43b681
tree28734e32dd7b7deea4d9d1456b354f59de2f2187
parentf272472665edf390c985d39c0a6aca80f07d9529
[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