summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_coreaudio/ca_ringbuffer.c
Commit message (Collapse)AuthorAgeFilesLines
* ao_coreaudio: split ringbuffer in it's own fileStefano Pigozzi2013-06-161-0/+106
This is hopefully the start of something good. ca_ringbuffer_read and ca_ringbuffer_write can probably cleaned up from all the NULL checks once ao_coreaudio.c gets simplyfied. Conflicts: audio/out/ao_coreaudio.c