OSDN Git Service

Fix endian check in local.h
authorTakashi Iwai <tiwai@suse.de>
Thu, 13 Dec 2012 08:55:44 +0000 (09:55 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 13 Dec 2012 08:55:44 +0000 (09:55 +0100)
commit72bbf96e1fa0be63892343b331fac42414fdc8da
tree7918401b7475a09464fb824b1c081d6af346fc2a
parent1b428e7719fdec1b5e3206b8e55a86c4891d1849
Fix endian check in local.h

SNDRV_LITTLE_ENDIAN and SNDRV_BIG_ENDIAN checks have been removed from
sound/asound.h during UAPI header move, and this resulted in a wrong
detected endian.

Move together with the similar check for SND_*_ENDIAN at the earlier
place in local.h.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/local.h