Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285013
b: refs/heads/master
c: fdc2980
h: refs/heads/master
i:
  285011: 2d0d12a
v: v3
  • Loading branch information
David Howells committed Dec 13, 2011
1 parent 69ba187 commit 1d3d061
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 989e986f5b1748fe3ff714954dc0d23780c43a9c
refs/heads/master: fdc29805bd7cae133303045fc0249d76f3827613
4 changes: 3 additions & 1 deletion trunk/include/linux/soundcard.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,16 @@ typedef struct seq_event_rec {
# else
# error "could not determine byte order"
# endif
#elif defined(__BYTE_ORDER)
#else
# if defined(__BYTE_ORDER)
# if __BYTE_ORDER == __BIG_ENDIAN
# define AFMT_S16_NE AFMT_S16_BE
# elif __BYTE_ORDER == __LITTLE_ENDIAN
# define AFMT_S16_NE AFMT_S16_LE
# else
# error "could not determine byte order"
# endif
# endif
#endif

/*
Expand Down

0 comments on commit 1d3d061

Please sign in to comment.