summaryrefslogtreecommitdiffstats
path: root/audio/out/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* audio: fix inefficient behavior with ao_alsa, remove period_size fieldwm42020-08-291-5/+5
* audio: refactor how data is passed to AOwm42020-08-291-266/+223
* audio: don't lock ao_control for pull mode driversKevin Mitchell2020-06-171-2/+7
* audio: fix deadlock on drainingwm42020-06-041-1/+1
* audio: adjust wait durationwm42020-06-031-6/+4
* audio: avoid possible deadlock regression for some AOswm42020-06-021-2/+17
* audio: further simplify internal audio API somewhatwm42020-06-021-20/+12
* audio: slightly better condition for still_playingwm42020-06-021-1/+1
* audio: reduce extra wakeups caused by recent changeswm42020-06-011-5/+4
* audio: redo internal AO APIwm42020-06-011-264/+233
* audio: fix unpausing with some AOswm42020-05-311-1/+1
* audio: stop applying volume twice for some AOswm42020-05-271-1/+0
* audio: remove ao_driver.drainwm42020-05-271-10/+12
* audio: merge pull/push ring buffer glue codewm42020-05-251-0/+751