aboutsummaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)Author
2009-09-02Fix warning on x86_64Kirill A. Shutemov
2009-08-26Fix dsound typosConsul
2009-08-12Fix typomalc
2009-08-11Aestheticsmalc
2009-08-11use C99 initializers for all audio/*Juan Quintela
2009-08-11use C99 initializers for audio_pcm_opsJuan Quintela
2009-08-11Use C99 initializers for audio_optionJuan Quintela
2009-08-11Use proper struct initializers and remove INIT_FIELD() macroJuan Quintela
2009-07-31Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl
2009-07-30alsa: add host suspend/resume supportBjørn Mork
2009-07-27Generate config-host.h from config-host.makJuan Quintela
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-24Fix period initializationmalc
2009-07-22use struct initializer for audio.cJuan Quintela
2009-07-17Ignore -Waddress for alsaaudio.cmalc
2009-06-19fix qemu_alloc/qemu_free for audio subsystemJean-Christophe Dubois
2009-06-18alsa: fix warningGerd Hoffmann
2009-05-14Remove any pretense that there can be more than one AudioStatemalc
2009-05-12Make AUD_init failure fatalPaul Brook
2009-05-01Remove redundant #defineConsul
2009-03-07Support for DragonFly BSD (Hasso Tepper)blueswir1
2009-03-05monitor: Rework API (Jan Kiszka)aliguori
2009-02-18Avoid running audio ctl's when vm is not runningmalc
2009-02-05audio: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-22Fix NAME2/FIELD2 warningsmalc
2009-01-22Rework vm_state_change notifiers (Jan Kiszka)aliguori
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc
2008-12-03Make audio violate POSIX lessmalc
2008-11-16Attached patch fixes a series of this warningblueswir1
2008-11-12Rename hz to hertz to keep AIX happymalc
2008-11-04Set default audio timer period to a sane value (otherwise qemu becomes unusab...malc
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2008-10-26Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock)blueswir1
2008-10-25Fix undefined pthread_sigmask warning on OpenBSDblueswir1
2008-10-06Prepare for changing audio_pcm_ops dynamically (partially revert r5422)blueswir1
2008-10-05Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypesblueswir1
2008-10-05Make audio_pcm_opsstatic constblueswir1
2008-09-28Fix more r5087 breakagemalc
2008-08-27Revert a part of r5087 that didn't need fixing (thanks to malc for spotting)blueswir1
2008-08-25Fix more bugs in r5044blueswir1
2008-08-21Fix OpenBSD linker warningsblueswir1
2008-07-29Move audio/sys-queue.h => sys-queue.haliguori
2008-07-29Update sys-queue.h (Gerd Hoffmann)aliguori
2008-07-09Restore old value of buffer_sizemalc
2008-07-09Warn about rejected buffer/period size/time when it was specified by the usermalc
2008-07-09Call proper function when trying to set period sizemalc
2008-07-03Fix typomalc
2008-07-02Pulseaudio drivermalc
2008-07-02Add NULL argument to SNDCTL_DSP_NONBLOCK ioctl callmalc
2008-06-25Change the way audio is configuredmalc