summaryrefslogtreecommitdiffstats
path: root/libao2/ao_alsa.c
Commit message (Expand)AuthorAgeFilesLines
* ao_alsa: Fix get_space() return values larger than buffersizeuau2007-09-241-2/+2
* When setting the non-audio bit for hwac3 output, just try to set thecladisch2007-02-091-54/+42
* MSGTRs for ao_alsa.ckraymer2006-11-081-60/+54
* typodiego2006-11-071-1/+1
* slight overall verbosity reductiondiego2006-10-121-3/+3
* Remove bogus #ifndef WORDS_BIGENDIAN.diego2006-10-041-2/+0
* When the hardware sample format is AC3, do not force using an hardcodedcladisch2006-09-181-16/+61
* When one of the PCM configuration function in init() fails, abortcladisch2006-09-181-0/+6
* Add workarounds for old prerelease versions of alsa-lib 0.9.0 that didcladisch2006-03-311-0/+6
* To avoid a bug in ALSA's rate plugin that causes spurious overruns, trycladisch2006-03-131-0/+12
* Do not try to count hardware sound cards because there might be nonecladisch2006-03-131-8/+1
* Output error messages from the ALSA library through mp_msg() instead ofcladisch2006-02-271-0/+22
* Show the actual ALSA version instead of the version mplayer was compiledcladisch2006-02-271-0/+4
* Fix the error handling in the play() function: add a handler for EINTR,cladisch2006-02-131-24/+15
* This changes the software parameters to be more compatible with thecladisch2006-02-131-51/+45
* Using non-blocking writes makes sense when the program wants to do othercladisch2006-02-131-49/+5
* Remove the now superfluous mmap suboption.cladisch2006-02-131-5/+0
* After removing play_mmap(), the play() function just unconditionallycladisch2006-02-131-11/+1
* This patch removes mmap support because it doesn't have any benefit.cladisch2006-02-131-151/+8
* Small fixes: make all global variables static, remove some unusedcladisch2006-02-101-15/+9
* Remove a call to snd_pcm_prepare() because snd_pcm_hw_params() does itcladisch2006-02-101-13/+0
* Simplify get_delay(): we don't need to get the complete PCM status butcladisch2006-02-101-25/+10
* Fix get_space(): we don't need to differentiate between the various PCMcladisch2006-02-101-55/+3
* This adds support for more sample formats (U32, float BE, mu/A-law).cladisch2006-02-101-0/+15
* This replaces the hardcoded numbers for the sample format widths with acladisch2006-02-101-31/+3
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-6/+6
* massive attack: mp_msg printf format fixesrathann2006-01-121-2/+2
* use snd_mixer_selem_set_playback_switch when muting ALSA, patch by Matthias L...wanderer2005-12-151-0/+11
* fixrathann2005-12-051-1/+1
* reordered bps calculationhenry2005-08-251-34/+33
* set the nearest number of channels, return(0) upon errorshenry2005-08-251-2/+4
* aos should respect the immed uninit flag (quit immediatly vs waiting till filereimar2005-02-271-0/+3
* Typo in hwac3 stringreimar2005-01-301-1/+1
* Fixed the syntax of the spdif device string.reimar2005-01-281-1/+1
* Use the subopt-helper for parsing suboptions.reimar2005-01-031-109/+57
* af_fmt2str_shortalex2004-12-281-2/+2
* maybe now..alex2004-12-271-1/+1
* hopefully final fixalex2004-12-271-6/+4
* removing AFMT_ dependancyalex2004-12-271-16/+16
* Make include paths consistent.diego2004-12-071-3/+3
* Only use S/PDIF output when no other alsa device is set, allows to usereimar2004-10-171-4/+3
* allow to select an alsa mixer channel index.reimar2004-09-221-2/+23
* Use = instead if # in ALSA device name, as # irritates our config-parser.reimar2004-07-301-3/+3
* removed status in debug_msg as it is nonsens anyway.joyping2004-07-141-1/+1
* volume calc fixes for mixer, by reimar döffinger, 10l reverse by mejoyping2004-07-141-6/+6
* fixes provided by reimar dörfinger. mixer, subdevice parsing, alsa#help,joyping2004-07-131-78/+74
* string, alloca etc. fixesjoyping2004-07-021-66/+34
* additional formats - 8bit & floathenry2004-06-111-2/+17
* alsa9/1.x merge, now with api_compat-definitionjoyping2004-05-121-0/+1177