Age | Commit message (Expand) | Author | Files | Lines |
2009-10-15 | winwave: follow the rules when closing the output device | malc | 1 | -0/+19 |
2009-10-13 | qemu: allow pulseaudio to be the default | Michael S. Tsirkin | 1 | -1/+1 |
2009-10-11 | winwave: pause/restore playing upon seeing VOICE_DISABLE/ENABLE | malc | 1 | -0/+18 |
2009-10-11 | winwave: close event handle and delete wait object after closing HWAVEOUT | malc | 1 | -2/+2 |
2009-10-11 | winwave: remove wait object when finalizing DAC voice | malc | 1 | -13/+14 |
2009-10-10 | winwave: poll mode | malc | 1 | -0/+61 |
2009-10-10 | Windows Waveform Audio driver (no ADC support yet) | malc | 5 | -95/+433 |
2009-10-03 | oss/alsa: Do not invoke UB described in 7.15.1.1 (this time for ADC) | malc | 2 | -21/+27 |
2009-10-02 | alsa: Change default buffer/period size | malc | 1 | -1/+2 |
2009-10-02 | oss/alsa: Do not invoke UB described in 7.15.1.1 | malc | 2 | -33/+39 |
2009-09-30 | sdlaudio: make it suck less | malc | 1 | -50/+30 |
2009-09-18 | audio: use correct email address | malc | 2 | -2/+2 |
2009-09-18 | audio: internal API change | malc | 12 | -81/+33 |
2009-09-18 | sdlaudio: use correct function names in sdl_XXX calls | malc | 1 | -3/+3 |
2009-09-18 | oss: use audio_pcm_hw_clip_out | malc | 1 | -47/+46 |
2009-09-18 | alsa: use audio_pcm_hw_clip_out | malc | 1 | -45/+43 |
2009-09-18 | audio: introduce audio_pcm_hw_clip_out helper function | malc | 2 | -0/+25 |
2009-09-18 | audio: use muldiv64 where it makes sense | malc | 4 | -5/+8 |
2009-09-18 | coreaudio: fix sloppy "posixification" by 1ea879e5580f63414693655fcf0328559cd... | malc | 1 | -1/+1 |
2009-09-14 | alsa: Use proper value when testing returned events in alsa_poll_handler | malc | 1 | -4/+6 |
2009-09-14 | alsa/oss: Remove fd transfer handlers before closing oss/alsa fd/handle | malc | 2 | -27/+32 |
2009-09-13 | audio: Fix typo that broke QEMU_AUDIO_ADC_TRY_POLL | Jan Kiszka | 1 | -1/+1 |
2009-09-13 | oss: Simplify mmap code | malc | 1 | -22/+5 |
2009-09-13 | oss: OSS v4 support | malc | 1 | -9/+50 |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl | 4 | -43/+43 |
2009-09-12 | audio: remove lsbindex/popcount in favour of host-utils's ctz32 | malc | 3 | -21/+2 |
2009-09-12 | alsa: poll mode handling | malc | 1 | -21/+204 |
2009-09-12 | oss: poll mode handling | malc | 1 | -5/+74 |
2009-09-12 | audio: poll mode infrastructure | malc | 2 | -11/+87 |
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 |