|
Lines 160-165
Link Here
|
| 160 |
# define AFMT_U32_LE 0x00004000 /* Little endian unsigned 32 */ |
160 |
# define AFMT_U32_LE 0x00004000 /* Little endian unsigned 32 */ |
| 161 |
# define AFMT_U32_BE 0x00008000 /* big endian unsigned 32 */ |
161 |
# define AFMT_U32_BE 0x00008000 /* big endian unsigned 32 */ |
| 162 |
|
162 |
|
|
|
163 |
#include <machine/endian.h> |
| 164 |
#if BYTE_ORDER == LITTLE_ENDIAN |
| 165 |
# define AFMT_S16_NE AFMT_S16_LE /* native endian signed 16 */ |
| 166 |
#else |
| 167 |
# define AFMT_S16_NE AFMT_S16_BE |
| 168 |
#endif |
| 169 |
|
| 163 |
# define AFMT_STEREO 0x10000000 /* can do/want stereo */ |
170 |
# define AFMT_STEREO 0x10000000 /* can do/want stereo */ |
| 164 |
|
171 |
|
| 165 |
/* |
172 |
/* |