aboutsummaryrefslogtreecommitdiff
path: root/src/audioOutputs/audioOutput_alsa.c
Commit message (Expand)AuthorAge
* use size_t and constant pointer in ao pluginsMax Kellermann2008-04-12
* whitespace cleanupMax Kellermann2008-04-12
* explicitly downcastMax Kellermann2008-03-26
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* Know about SND_PCM_STATE_RUNNING, might fix some bugsQball Cow2007-12-16
* conf: use getBoolBlockParam for block params, tooEric Wong2007-09-05
* dmix fix, don't call snd_pcm_drain unless we're already in the RUNNINGWarren Dukes2007-06-08
* Don't allow "true" as a value for use_mmap for consistency with other "yesJ. Alexander Treuman2007-04-09
* The massive copyright updateAvuton Olrich2007-04-05
* audioOutput_alsa: print out the bitrate we wanted to setEric Wong2006-11-07
* remove some unneccesary includes from the audioOutput'sWarren Dukes2006-10-18
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* trivial: labels should be on the left-most column, no tabbingEric Wong2006-08-20
* audioOutput_alsa.c: avoid changing our internal period and buffer time valuesEric Wong2006-08-12
* audioOutput_alsa: better period_size auto-configurationEric Wong2006-07-24
* chang the default period_time to 50ms. On my setup, setting the period_time ...Warren Dukes2006-07-23
* audioOutput_alsa: oops, I broke autodetection in r4363, fixedEric Wong2006-07-21
* Add mpd-indent.shAvuton Olrich2006-07-20
* Add mpd-indent.shAvuton Olrich2006-07-20
* alsa: fix memory leaks from snd_*_open*()Eric Wong2006-07-17
* sparse: replace 0 (integer) usage with NULL where appropriateEric Wong2006-07-17
* sparse: ANSI-fy function declarationsEric Wong2006-07-17
* audio: attempt to gracefully handle disconnected/reconnected devicesEric Wong2006-07-16
* audioOutput_alsa: add use_mmap, period_time, buffer_time optionsEric Wong2006-07-16
* audioOutput_alsa: calculate period size from sample rateEric Wong2006-07-16
* De-inline non-trivial, non-performance-critical functionsEric Wong2006-07-15
* Change shank's email addressJ. Alexander Treuman2006-07-14
* Use a macro to declare disabled audio output pluginsJ. Alexander Treuman2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* Reverting patch to "fix" the alsa plugin when used with dmix. It ended up br...J. Alexander Treuman2006-06-11
* potential fix for bug #466Warren Dukes2005-12-12
* gcc 2.95 fixesEric Wong2005-11-19
* print out bits in debug message output for OSS and ALSAWarren Dukes2005-03-19
* fix for dmixWarren Dukes2005-03-17
* slight changes to alsa errorsWarren Dukes2005-03-13
* if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes2005-03-12
* we ne allow audioOutput plugins to set the final outAudioFormat that will be ...Warren Dukes2005-03-08
* now player and decoder processes should only exit() when receiving term signa...Warren Dukes2005-03-08
* don't need the extra snd_pcm_prepare after _dropWarren Dukes2005-03-05
* more alsa workWarren Dukes2005-03-05
* this seemed to help a bit with the blip's on nextWarren Dukes2005-03-05
* implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes2005-03-05
* now alsa plugin should workWarren Dukes2005-03-05
* implemented alsa audioOutput plugin, now it needs testingWarren Dukes2005-03-05