Age | Commit message (Expand) | Author | Files | Lines |
2009-09-12 | oss: Unbreak mmaping the ability to mmap oss fd on Linux | malc | 1 | -1/+4 |
2009-09-11 | Unexport ticks_per_sec variable. Create get_ticks_per_sec() function | Juan Quintela | 3 | -4/+4 |
2009-09-10 | Remove bit-rotten threshold handling | malc | 1 | -13/+2 |
2009-09-02 | Fix warning on x86_64 | Kirill A. Shutemov | 1 | -2/+2 |
2009-08-26 | Fix dsound typos | Consul | 1 | -3/+3 |
2009-08-12 | Fix typo | malc | 1 | -1/+1 |
2009-08-11 | Aesthetics | malc | 10 | -288/+394 |
2009-08-11 | use C99 initializers for all audio/* | Juan Quintela | 8 | -53/+56 |
2009-08-11 | use C99 initializers for audio_pcm_ops | Juan Quintela | 10 | -109/+92 |
2009-08-11 | Use C99 initializers for audio_option | Juan Quintela | 10 | -168/+258 |
2009-08-11 | Use proper struct initializers and remove INIT_FIELD() macro | Juan Quintela | 11 | -116/+110 |
2009-07-31 | Fix Sparse warnings: "Using plain integer as NULL pointer" | Blue Swirl | 2 | -2/+2 |
2009-07-30 | alsa: add host suspend/resume support | Bjørn Mork | 1 | -2/+47 |
2009-07-27 | Generate config-host.h from config-host.mak | Juan Quintela | 1 | -1/+6 |
2009-07-27 | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN | Juan Quintela | 1 | -1/+1 |
2009-07-24 | Fix period initialization | malc | 1 | -1/+1 |
2009-07-22 | use struct initializer for audio.c | Juan Quintela | 1 | -26/+26 |
2009-07-17 | Ignore -Waddress for alsaaudio.c | malc | 1 | -0/+4 |
2009-06-19 | fix qemu_alloc/qemu_free for audio subsystem | Jean-Christophe Dubois | 1 | -2/+2 |
2009-06-18 | alsa: fix warning | Gerd Hoffmann | 1 | -4/+6 |
2009-05-14 | Remove any pretense that there can be more than one AudioState | malc | 5 | -80/+68 |
2009-05-12 | Make AUD_init failure fatal | Paul Brook | 1 | -24/+20 |
2009-05-01 | Remove redundant #define | Consul | 1 | -1/+0 |
2009-03-07 | Support for DragonFly BSD (Hasso Tepper) | blueswir1 | 1 | -1/+1 |
2009-03-05 | monitor: Rework API (Jan Kiszka) | aliguori | 2 | -13/+14 |
2009-02-18 | Avoid running audio ctl's when vm is not running | malc | 2 | -2/+10 |
2009-02-05 | audio: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori | 2 | -20/+8 |
2009-01-22 | Fix NAME2/FIELD2 warnings | malc | 1 | -0/+2 |
2009-01-22 | Rework vm_state_change notifiers (Jan Kiszka) | aliguori | 1 | -1/+2 |
2008-12-22 | Use the ARRAY_SIZE() macro where appropriate. | malc | 2 | -6/+6 |
2008-12-03 | Make audio violate POSIX less | malc | 20 | -119/+123 |
2008-11-16 | Attached patch fixes a series of this warning | blueswir1 | 1 | -2/+2 |
2008-11-12 | Rename hz to hertz to keep AIX happy | malc | 1 | -6/+6 |
2008-11-04 | Set default audio timer period to a sane value (otherwise qemu becomes unusab... | malc | 1 | -1/+1 |
2008-10-26 | Fix undeclared symbol warnings from sparse | blueswir1 | 1 | -1/+1 |
2008-10-26 | Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock) | blueswir1 | 1 | -1/+1 |
2008-10-25 | Fix undefined pthread_sigmask warning on OpenBSD | blueswir1 | 1 | -0/+2 |
2008-10-06 | Prepare for changing audio_pcm_ops dynamically (partially revert r5422) | blueswir1 | 11 | -13/+13 |
2008-10-05 | Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypes | blueswir1 | 1 | -0/+3 |
2008-10-05 | Make audio_pcm_opsstatic const | blueswir1 | 11 | -14/+14 |
2008-09-28 | Fix more r5087 breakage | malc | 1 | -4/+1 |
2008-08-27 | Revert a part of r5087 that didn't need fixing (thanks to malc for spotting) | blueswir1 | 1 | -1/+1 |
2008-08-25 | Fix more bugs in r5044 | blueswir1 | 1 | -1/+1 |
2008-08-21 | Fix OpenBSD linker warnings | blueswir1 | 1 | -7/+11 |
2008-07-29 | Move audio/sys-queue.h => sys-queue.h | aliguori | 1 | -338/+0 |
2008-07-29 | Update sys-queue.h (Gerd Hoffmann) | aliguori | 1 | -241/+338 |
2008-07-09 | Restore old value of buffer_size | malc | 1 | -0/+1 |
2008-07-09 | Warn about rejected buffer/period size/time when it was specified by the user | malc | 1 | -2/+7 |
2008-07-09 | Call proper function when trying to set period size | malc | 1 | -2/+4 |
2008-07-03 | Fix typo | malc | 1 | -1/+1 |