Ryujinx-libsoundio/test
Andrew Kelley ee7c0d3e11 convert source code to pure C
List<T> is now a really ugly macro.

Added a workaround for jack.h not putting `void` in function
prototypes for functions that take no arguments. I made upstream
pull requests to jack1 and jack2 but I don't have high hopes
about them getting merged.

I removed the lock-free atomic asserts. clang reports
non-lock-free atomics when in fact it does have lock-free
atomics. I inspected the generated code for gcc and clang
for fetch_add, load, and store, on x86_64 and armhf, and
it's all lock free.

Closes #45.
2015-11-10 02:24:18 -07:00
..
backend_disconnect_recover.c various code adjustments 2015-08-27 20:57:53 -07:00
latency.c convert source code to pure C 2015-11-10 02:24:18 -07:00
overflow.c WASAPI: not expected to pass overflow test 2015-08-27 21:03:42 -07:00
underflow.c underflow test: add --device and --raw params 2015-10-13 00:20:56 -07:00
unit_tests.c convert source code to pure C 2015-11-10 02:24:18 -07:00
valgrind.supp ALSA: poll instead of async handler 2015-07-21 21:21:00 -07:00