1. 2430118 alsaaudio: remove #ifdef DEBUG to avoid bit rot by Volker Rümelin · 3 years, 9 months ago
  2. 6c6886b audio: Add braces for statements/fix braces' position by Zhang Han · 4 years, 1 month ago
  3. a2893c8 audio: split pcm_ops function get_buffer_in by Volker Rümelin · 4 years, 1 month ago
  4. ff69c48 audio: fix bit-rotted code by Volker Rümelin · 4 years, 1 month ago
  5. 3a1bdd1 audio/alsaaudio: Remove superfluous semicolons by Philippe Mathieu-Daudé · 5 years ago
  6. ed2a4a7 audio: proper support for float samples in mixeng by Kővágó, Zoltán · 5 years ago
  7. fdc8c5f audio: fix bug 1858488 by Volker Rümelin · 5 years ago
  8. b5c7db3 audio: basic support for multichannel audio by Kővágó, Zoltán · 5 years ago
  9. 2b9cce8 audio: replace shift in audio_pcm_info with bytes_per_frame by Kővágó, Zoltán · 5 years ago
  10. 571a8c5 audio: split ctl_* functions into enable_* and volume_* by Kővágó, Zoltán · 5 years ago
  11. 286a5d2 alsaaudio: port to the new audio backend api by Kővágó, Zoltán · 5 years ago
  12. 7520462 audio: use size_t where makes sense by Kővágó, Zoltán · 5 years ago
  13. 1d793fe audio: remove read and write pcm_ops by Kővágó, Zoltán · 5 years ago
  14. 18e2c17 audio: do not run each backend in audio_run by Kővágó, Zoltán · 5 years ago
  15. 5893591 audio: remove audio_MIN, audio_MAX by Kővágó, Zoltán · 5 years ago
  16. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  17. a93f328 alsaaudio: port to -audiodev config by Kővágó, Zoltán · 6 years ago
  18. 7183022 audio: -audiodev command line option basic implementation by Kővágó, Zoltán · 6 years ago
  19. 85bc585 audio: use qapi AudioFormat instead of audfmt_e by Kővágó, Zoltán · 6 years ago
  20. 65557f5 audio/alsaaudio: Remove compiler check around pragma by Thomas Huth · 6 years ago
  21. d3893a3 audio: add driver registry by Gerd Hoffmann · 7 years ago
  22. 470bcab audio: Replace AUDIO_FUNC with __func__ by Alistair Francis · 7 years ago
  23. 6086a56 audio: Clean up includes by Peter Maydell · 9 years ago
  24. fbb7ef5 alsaaudio: use trace events instead of verbose by Kővágó, Zoltán · 10 years ago
  25. 765b37d alsaaudio: do not use global variables by Kővágó, Zoltán · 10 years ago
  26. 5706db1 audio: expose drv_opaque to init_out and init_in by Kővágó, Zoltán · 10 years ago
  27. be93f21 alsaaudio: Remove unused error handling of qemu_set_fd_handler by Fam Zheng · 10 years ago
  28. fb7da62 audio: Drop superfluous conditionals around g_free() by Markus Armbruster · 11 years ago
  29. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  30. f8fe796 janitor: do not include qemu-char everywhere by Paolo Bonzini · 12 years ago
  31. 077805f janitor: do not rely on indirect inclusions of or from qemu-char.h by Paolo Bonzini · 12 years ago
  32. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  33. 00e0767 audio: split sample conversion and volume mixing by Michael Walle · 14 years ago
  34. d66bddd alsaaudio: add endianness support for VoiceIn by Michael Walle · 14 years ago
  35. 38cc9b6 issue snd_pcm_start() when capturing audio by Jindrich Makovicka · 14 years ago
  36. 22d948a fix 100% CPU load when idle with ALSA by Jindrich Makovicka · 14 years ago
  37. 8bb414d audio/alsa: Avoid snd_pcm_format_t vs audfmt_e mixup by malc · 15 years ago
  38. d9812b0 audio/alsa: Handle SND_PCM_STATE_SETUP in alsa_poll_handler by malc · 15 years ago
  39. f093feb audio/alsa: Spelling typo (paramters) by Vagrant Cascadian · 15 years ago
  40. a628b86 oss/alsa: Do not invoke UB described in 7.15.1.1 (this time for ADC) by malc · 15 years ago
  41. de2ca4f alsa: Change default buffer/period size by malc · 15 years ago
  42. 301901b oss/alsa: Do not invoke UB described in 7.15.1.1 by malc · 15 years ago
  43. bdff253 audio: internal API change by malc · 15 years ago
  44. 541ba4e alsa: use audio_pcm_hw_clip_out by malc · 15 years ago
  45. b4f763b alsa: Use proper value when testing returned events in alsa_poll_handler by malc · 15 years ago
  46. 6ebfda1 alsa/oss: Remove fd transfer handlers before closing oss/alsa fd/handle by malc · 15 years ago
  47. 8b438ba alsa: poll mode handling by malc · 15 years ago
  48. 98f9f48 Aesthetics by malc · 16 years ago
  49. 1a40d5e use C99 initializers for all audio/* by Juan Quintela · 16 years ago
  50. 1dd3e4d use C99 initializers for audio_pcm_ops by Juan Quintela · 16 years ago
  51. 2700efa Use C99 initializers for audio_option by Juan Quintela · 16 years ago
  52. bee37f3 Use proper struct initializers and remove INIT_FIELD() macro by Juan Quintela · 16 years ago
  53. 8663582 alsa: add host suspend/resume support by Bjørn Mork · 16 years ago
  54. 2637872 Ignore -Waddress for alsaaudio.c by malc · 16 years ago
  55. 97f155d alsa: fix warning by Gerd Hoffmann · 16 years ago
  56. 1ea879e Make audio violate POSIX less by malc · 16 years ago
  57. 35f4b58 Prepare for changing audio_pcm_ops dynamically (partially revert r5422) by blueswir1 · 16 years ago
  58. 8869def Make audio_pcm_opsstatic const by blueswir1 · 16 years ago
  59. adf7d8f Restore old value of buffer_size by malc · 17 years ago
  60. 6433389 Warn about rejected buffer/period size/time when it was specified by the user by malc · 17 years ago
  61. a7bb29b Call proper function when trying to set period size by malc · 17 years ago
  62. 23fb600 Fix typo by malc · 17 years ago
  63. f3b5298 Emit warning message if user supplied buffer/period size/time was rejected by malc · 17 years ago
  64. 7a24c80 Rework period/buffer size setting by malc · 17 years ago
  65. ca9cc28 pthreads-based audio and miscellaneous audio clean-up (malc). by balrog · 17 years ago
  66. 60fe76f Fix wrong signedness, by Andre Przywara. by ths · 17 years ago
  67. 749bc4b Remove stray uses of vl.h. by pbrook · 17 years ago
  68. fe8f096 Spelling fix, by Stuart Brady. by ths · 18 years ago
  69. 5a1237c Don't define HIGH_LATENCY for ARM, this was a workaround for an ALSA problem. by balrog · 18 years ago
  70. f941aa2 Qemu support for S32 and U32 alsa output, by Vassili Karpov. by ths · 18 years ago
  71. d929eba audio endianness API changes (malc) by bellard · 19 years ago
  72. 8ead62c audio fixes + initial audio capture support (malc) by bellard · 19 years ago
  73. 32d448c added LF missing in logs (malc) by bellard · 19 years ago
  74. 571ec3d audio merge (malc) by bellard · 19 years ago
  75. 4787c71 debug fix (malc) by bellard · 19 years ago
  76. c0fe382 audio merge (malc) by bellard · 19 years ago
  77. 1d14ffa merged 15a_aqemu.patch audio patch (malc) by bellard · 19 years ago