Re: [Alsa-devel] Problems with __BYTE_ORDER

2002-02-17 Thread Jaroslav Kysela
On Sat, 16 Feb 2002, Haroldo Gamal wrote: > Takashi, > > The modification you made on alsa-kernel/include/asound.h carries one problem: > > __BYTE_ORDER is not defined under linux/types.h. It makes a generation of > wrong SND_BIG_ENDIAN constant on i386 architecture. > > Am I wr

[Alsa-devel] Problems with __BYTE_ORDER

2002-02-16 Thread Haroldo Gamal
Takashi, The modification you made on alsa-kernel/include/asound.h carries one problem: __BYTE_ORDER is not defined under linux/types.h. It makes a generation of wrong SND_BIG_ENDIAN constant on i386 architecture. Am I wrong? Haroldo Gamal ___