mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-14 06:59:53 -05:00
latency
esound volume changing git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@43 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
d571be6f51
commit
961fb4466a
7 changed files with 167 additions and 23 deletions
|
|
@ -181,6 +181,7 @@ typedef int esd_client_state_t;
|
|||
|
||||
/* switch endian order for cross platform playing */
|
||||
#define swap_endian_32(x) ((x >> 24) | ((x >> 8) & 0xFF00) | (((x & 0xFF00) << 8)) | (x << 24))
|
||||
#define maybe_swap_endian_32(c,x) ((c) ? swap_endian_32(x) : x)
|
||||
|
||||
/* the endian key is transferred in binary, if it's read into int, */
|
||||
/* and matches ESD_ENDIAN_KEY (ENDN), then the endianness of the */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue