]> git.sesse.net Git - vlc/commit
auhal: switch analog playback to the 2.1 API
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 16 Dec 2012 13:38:46 +0000 (14:38 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 16 Dec 2012 15:06:14 +0000 (16:06 +0100)
commitbd8d2badd6edd55494dc143ac4ce6b82c223248c
tree0c73824a10658df2a4282a31a42b1312d0d39f85
parentf74db532f7e4da596f5231e6cb676bb89e767ceb
auhal: switch analog playback to the 2.1 API

This makes use of a 3rd party circular buffer licensed under MIT.

TODO: Pause, TimeGet, Flush
modules/audio_output/Modules.am
modules/audio_output/TPCircularBuffer.c [new file with mode: 0644]
modules/audio_output/TPCircularBuffer.h [new file with mode: 0644]
modules/audio_output/auhal.c