Age | Commit message (Expand) | Author |
2009-08-12 | Fix typo | malc |
2009-08-11 | Aesthetics | malc |
2009-08-11 | use C99 initializers for all audio/* | Juan Quintela |
2009-08-11 | use C99 initializers for audio_pcm_ops | Juan Quintela |
2009-08-11 | Use C99 initializers for audio_option | Juan Quintela |
2009-08-11 | Use proper struct initializers and remove INIT_FIELD() macro | Juan Quintela |
2009-07-31 | Fix Sparse warnings: "Using plain integer as NULL pointer" | Blue Swirl |
2009-07-30 | alsa: add host suspend/resume support | Bjørn Mork |
2009-07-27 | Generate config-host.h from config-host.mak | Juan Quintela |
2009-07-27 | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN | Juan Quintela |
2009-07-24 | Fix period initialization | malc |
2009-07-22 | use struct initializer for audio.c | Juan Quintela |
2009-07-17 | Ignore -Waddress for alsaaudio.c | malc |
2009-06-19 | fix qemu_alloc/qemu_free for audio subsystem | Jean-Christophe Dubois |
2009-06-18 | alsa: fix warning | Gerd Hoffmann |
2009-05-14 | Remove any pretense that there can be more than one AudioState | malc |
2009-05-12 | Make AUD_init failure fatal | Paul Brook |
2009-05-01 | Remove redundant #define | Consul |
2009-03-07 | Support for DragonFly BSD (Hasso Tepper) | blueswir1 |
2009-03-05 | monitor: Rework API (Jan Kiszka) | aliguori |
2009-02-18 | Avoid running audio ctl's when vm is not running | malc |
2009-02-05 | audio: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori |
2009-01-22 | Fix NAME2/FIELD2 warnings | malc |
2009-01-22 | Rework vm_state_change notifiers (Jan Kiszka) | aliguori |
2008-12-22 | Use the ARRAY_SIZE() macro where appropriate. | malc |
2008-12-03 | Make audio violate POSIX less | malc |
2008-11-16 | Attached patch fixes a series of this warning | blueswir1 |
2008-11-12 | Rename hz to hertz to keep AIX happy | malc |
2008-11-04 | Set default audio timer period to a sane value (otherwise qemu becomes unusab... | malc |
2008-10-26 | Fix undeclared symbol warnings from sparse | blueswir1 |
2008-10-26 | Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock) | blueswir1 |
2008-10-25 | Fix undefined pthread_sigmask warning on OpenBSD | blueswir1 |
2008-10-06 | Prepare for changing audio_pcm_ops dynamically (partially revert r5422) | blueswir1 |
2008-10-05 | Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypes | blueswir1 |
2008-10-05 | Make audio_pcm_opsstatic const | blueswir1 |
2008-09-28 | Fix more r5087 breakage | malc |
2008-08-27 | Revert a part of r5087 that didn't need fixing (thanks to malc for spotting) | blueswir1 |
2008-08-25 | Fix more bugs in r5044 | blueswir1 |
2008-08-21 | Fix OpenBSD linker warnings | blueswir1 |
2008-07-29 | Move audio/sys-queue.h => sys-queue.h | aliguori |
2008-07-29 | Update sys-queue.h (Gerd Hoffmann) | aliguori |
2008-07-09 | Restore old value of buffer_size | malc |
2008-07-09 | Warn about rejected buffer/period size/time when it was specified by the user | malc |
2008-07-09 | Call proper function when trying to set period size | malc |
2008-07-03 | Fix typo | malc |
2008-07-02 | Pulseaudio driver | malc |
2008-07-02 | Add NULL argument to SNDCTL_DSP_NONBLOCK ioctl call | malc |
2008-06-25 | Change the way audio is configured | malc |
2008-06-23 | Make mixer emulation a configure option (Jan Kiszka) | malc |
2008-06-22 | Add missing [SU]32 | malc |