aboutsummaryrefslogtreecommitdiffstats
path: root/audio/alsaaudio.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-03oss/alsa: Do not invoke UB described in 7.15.1.1 (this time for ADC)malc1-12/+15
2009-10-02alsa: Change default buffer/period sizemalc1-1/+2
2009-10-02oss/alsa: Do not invoke UB described in 7.15.1.1malc1-11/+14
2009-09-18audio: internal API changemalc1-7/+2
2009-09-18alsa: use audio_pcm_hw_clip_outmalc1-45/+43
2009-09-14alsa: Use proper value when testing returned events in alsa_poll_handlermalc1-4/+6
2009-09-14alsa/oss: Remove fd transfer handlers before closing oss/alsa fd/handlemalc1-25/+28
2009-09-12alsa: poll mode handlingmalc1-21/+204
2009-08-11Aestheticsmalc1-48/+67
2009-08-11use C99 initializers for all audio/*Juan Quintela1-2/+4
2009-08-11use C99 initializers for audio_pcm_opsJuan Quintela1-11/+11
2009-08-11Use C99 initializers for audio_optionJuan Quintela1-31/+45
2009-08-11Use proper struct initializers and remove INIT_FIELD() macroJuan Quintela1-11/+11
2009-07-30alsa: add host suspend/resume supportBjørn Mork1-2/+47
2009-07-17Ignore -Waddress for alsaaudio.cmalc1-0/+4
2009-06-18alsa: fix warningGerd Hoffmann1-4/+6
2008-12-03Make audio violate POSIX lessmalc1-6/+6
2008-10-06Prepare for changing audio_pcm_ops dynamically (partially revert r5422)blueswir11-1/+1
2008-10-05Make audio_pcm_opsstatic constblueswir11-1/+1
2008-07-09Restore old value of buffer_sizemalc1-0/+1
2008-07-09Warn about rejected buffer/period size/time when it was specified by the usermalc1-2/+7
2008-07-09Call proper function when trying to set period sizemalc1-2/+4
2008-07-03Fix typomalc1-1/+1
2008-06-21Emit warning message if user supplied buffer/period size/time was rejectedmalc1-0/+16
2008-06-21Rework period/buffer size settingmalc1-138/+52
2008-01-14pthreads-based audio and miscellaneous audio clean-up (malc).balrog1-41/+47
2007-12-16Fix wrong signedness, by Andre Przywara.ths1-3/+4
2007-11-17Remove stray uses of vl.h.pbrook1-1/+2
2007-07-12Spelling fix, by Stuart Brady.ths1-16/+16
2007-05-02Don't define HIGH_LATENCY for ARM, this was a workaround for an ALSA problem.balrog1-2/+2
2007-02-17Qemu support for S32 and U32 alsa output, by Vassili Karpov.ths1-0/+26
2006-07-04audio endianness API changes (malc)bellard1-10/+4
2006-07-04audio fixes + initial audio capture support (malc)bellard1-3/+2
2005-11-20added LF missing in logs (malc)bellard1-2/+2
2005-11-20audio merge (malc)bellard1-89/+129
2005-11-11debug fix (malc)bellard1-30/+33
2005-11-05audio merge (malc)bellard1-37/+49
2005-10-30merged 15a_aqemu.patch audio patch (malc)bellard1-0/+926