aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_alsa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use a macro to declare disabled audio output pluginsJ. Alexander Treuman2006-07-141-14/+2
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* Reverting patch to "fix" the alsa plugin when used with dmix. It ended up br...J. Alexander Treuman2006-06-111-1/+2
* potential fix for bug #466Warren Dukes2005-12-121-6/+6
* gcc 2.95 fixesEric Wong2005-11-191-2/+3
* print out bits in debug message output for OSS and ALSAWarren Dukes2005-03-191-2/+3
* fix for dmixWarren Dukes2005-03-171-2/+1
* slight changes to alsa errorsWarren Dukes2005-03-131-3/+32
* if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes2005-03-121-1/+23
* we ne allow audioOutput plugins to set the final outAudioFormat that will be ...Warren Dukes2005-03-081-4/+10
* now player and decoder processes should only exit() when receiving term signa...Warren Dukes2005-03-081-1/+1
* don't need the extra snd_pcm_prepare after _dropWarren Dukes2005-03-051-1/+0
* more alsa workWarren Dukes2005-03-051-41/+57
* this seemed to help a bit with the blip's on nextWarren Dukes2005-03-051-0/+1
* implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes2005-03-051-10/+29
* now alsa plugin should workWarren Dukes2005-03-051-7/+13
* implemented alsa audioOutput plugin, now it needs testingWarren Dukes2005-03-051-0/+293