summaryrefslogtreecommitdiff
path: root/audio/coreaudio.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-23coreaudio: Fix OSStatus format specifierAndreas Färber1-1/+1
2011-06-23coreaudio: Avoid formatting UInt32 typeAndreas Färber1-2/+2
2011-06-14Fix compilation warning due to incorrectly specified typeAlexandre Raymond1-1/+1
2009-09-18audio: internal API changemalc1-4/+2
2009-08-11Aestheticsmalc1-8/+12
2009-08-11use C99 initializers for audio_pcm_opsJuan Quintela1-11/+5
2009-08-11Use C99 initializers for audio_optionJuan Quintela1-5/+9
2009-08-11Use proper struct initializers and remove INIT_FIELD() macroJuan Quintela1-12/+11
2008-12-03Make audio violate POSIX lessmalc1-2/+2
2008-10-06Prepare for changing audio_pcm_ops dynamically (partially revert r5422)blueswir11-1/+1
2008-10-05Make audio_pcm_opsstatic constblueswir11-1/+1
2007-11-17Remove stray uses of vl.h.pbrook1-1/+2
2007-02-17Qemu support for S32 and U32 alsa output, by Vassili Karpov.ths1-5/+0
2006-07-04audio endianness API changes (malc)bellard1-9/+1
2006-07-04audio fixes + initial audio capture support (malc)bellard1-2/+0
2005-11-20make the number of buffers settable (malc)bellard1-1/+5
2005-11-20workaround for atexit - buffer size API changebellard1-44/+94
2005-11-11compile fix (malc)bellard1-1/+2
2005-11-05audio merge (malc)bellard1-28/+24
2005-10-30merged 15a_aqemu.patch audio patch (malc)bellard1-0/+513