summaryrefslogtreecommitdiffstats
path: root/audio/alsaaudio.c
Commit message (Expand)AuthorAgeFilesLines
* alsaaudio: use trace events instead of verboseKővágó, Zoltán2015-06-151-46/+14
* alsaaudio: do not use global variablesKővágó, Zoltán2015-06-151-68/+82
* audio: expose drv_opaque to init_out and init_inKővágó, Zoltán2015-06-151-2/+3
* alsaaudio: Remove unused error handling of qemu_set_fd_handlerFam Zheng2015-06-121-14/+2
* audio: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-131-8/+4
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* janitor: do not include qemu-char everywherePaolo Bonzini2012-12-191-1/+0
* janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini2012-12-191-0/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-5/+5
* audio: split sample conversion and volume mixingMichael Walle2011-01-121-1/+1
* alsaaudio: add endianness support for VoiceInMichael Walle2011-01-091-7/+27
* issue snd_pcm_start() when capturing audioJindrich Makovicka2010-10-181-6/+17
* fix 100% CPU load when idle with ALSAJindrich Makovicka2010-10-181-0/+4
* audio/alsa: Avoid snd_pcm_format_t vs audfmt_e mixupmalc2010-04-211-5/+6
* audio/alsa: Handle SND_PCM_STATE_SETUP in alsa_poll_handlermalc2010-02-281-0/+4
* audio/alsa: Spelling typo (paramters)Vagrant Cascadian2010-02-281-1/+1
* oss/alsa: Do not invoke UB described in 7.15.1.1 (this time for ADC)malc2009-10-031-12/+15
* alsa: Change default buffer/period sizemalc2009-10-021-1/+2
* oss/alsa: Do not invoke UB described in 7.15.1.1malc2009-10-021-11/+14
* audio: internal API changemalc2009-09-181-7/+2
* alsa: use audio_pcm_hw_clip_outmalc2009-09-181-45/+43
* alsa: Use proper value when testing returned events in alsa_poll_handlermalc2009-09-141-4/+6
* alsa/oss: Remove fd transfer handlers before closing oss/alsa fd/handlemalc2009-09-141-25/+28
* alsa: poll mode handlingmalc2009-09-121-21/+204
* Aestheticsmalc2009-08-111-48/+67
* use C99 initializers for all audio/*Juan Quintela2009-08-111-2/+4
* use C99 initializers for audio_pcm_opsJuan Quintela2009-08-111-11/+11
* Use C99 initializers for audio_optionJuan Quintela2009-08-111-31/+45
* Use proper struct initializers and remove INIT_FIELD() macroJuan Quintela2009-08-111-11/+11
* alsa: add host suspend/resume supportBjørn Mork2009-07-301-2/+47
* Ignore -Waddress for alsaaudio.cmalc2009-07-171-0/+4
* alsa: fix warningGerd Hoffmann2009-06-181-4/+6
* Make audio violate POSIX lessmalc2008-12-031-6/+6
* Prepare for changing audio_pcm_ops dynamically (partially revert r5422)blueswir12008-10-061-1/+1
* Make audio_pcm_opsstatic constblueswir12008-10-051-1/+1
* Restore old value of buffer_sizemalc2008-07-091-0/+1
* Warn about rejected buffer/period size/time when it was specified by the usermalc2008-07-091-2/+7
* Call proper function when trying to set period sizemalc2008-07-091-2/+4
* Fix typomalc2008-07-031-1/+1
* Emit warning message if user supplied buffer/period size/time was rejectedmalc2008-06-211-0/+16
* Rework period/buffer size settingmalc2008-06-211-138/+52
* pthreads-based audio and miscellaneous audio clean-up (malc).balrog2008-01-141-41/+47
* Fix wrong signedness, by Andre Przywara.ths2007-12-161-3/+4
* Remove stray uses of vl.h.pbrook2007-11-171-1/+2
* Spelling fix, by Stuart Brady.ths2007-07-121-16/+16
* Don't define HIGH_LATENCY for ARM, this was a workaround for an ALSA problem.balrog2007-05-021-2/+2
* Qemu support for S32 and U32 alsa output, by Vassili Karpov.ths2007-02-171-0/+26
* audio endianness API changes (malc)bellard2006-07-041-10/+4
* audio fixes + initial audio capture support (malc)bellard2006-07-041-3/+2
* added LF missing in logs (malc)bellard2005-11-201-2/+2
OpenPOWER on IntegriCloud