aboutsummaryrefslogtreecommitdiffstats
path: root/audio
AgeCommit message (Expand)AuthorFilesLines
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl4-43/+43
2009-09-12audio: remove lsbindex/popcount in favour of host-utils's ctz32malc3-21/+2
2009-09-12alsa: poll mode handlingmalc1-21/+204
2009-09-12oss: poll mode handlingmalc1-5/+74
2009-09-12audio: poll mode infrastructuremalc2-11/+87
2009-09-12oss: Unbreak mmaping the ability to mmap oss fd on Linuxmalc1-1/+4
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela3-4/+4
2009-09-10Remove bit-rotten threshold handlingmalc1-13/+2
2009-09-02Fix warning on x86_64Kirill A. Shutemov1-2/+2
2009-08-26Fix dsound typosConsul1-3/+3
2009-08-12Fix typomalc1-1/+1
2009-08-11Aestheticsmalc10-288/+394
2009-08-11use C99 initializers for all audio/*Juan Quintela8-53/+56
2009-08-11use C99 initializers for audio_pcm_opsJuan Quintela10-109/+92
2009-08-11Use C99 initializers for audio_optionJuan Quintela10-168/+258
2009-08-11Use proper struct initializers and remove INIT_FIELD() macroJuan Quintela11-116/+110
2009-07-31Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl2-2/+2
2009-07-30alsa: add host suspend/resume supportBjørn Mork1-2/+47
2009-07-27Generate config-host.h from config-host.makJuan Quintela1-1/+6
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-1/+1
2009-07-24Fix period initializationmalc1-1/+1
2009-07-22use struct initializer for audio.cJuan Quintela1-26/+26
2009-07-17Ignore -Waddress for alsaaudio.cmalc1-0/+4
2009-06-19fix qemu_alloc/qemu_free for audio subsystemJean-Christophe Dubois1-2/+2
2009-06-18alsa: fix warningGerd Hoffmann1-4/+6
2009-05-14Remove any pretense that there can be more than one AudioStatemalc5-80/+68
2009-05-12Make AUD_init failure fatalPaul Brook1-24/+20
2009-05-01Remove redundant #defineConsul1-1/+0
2009-03-07Support for DragonFly BSD (Hasso Tepper)blueswir11-1/+1
2009-03-05monitor: Rework API (Jan Kiszka)aliguori2-13/+14
2009-02-18Avoid running audio ctl's when vm is not runningmalc2-2/+10
2009-02-05audio: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2-20/+8
2009-01-22Fix NAME2/FIELD2 warningsmalc1-0/+2
2009-01-22Rework vm_state_change notifiers (Jan Kiszka)aliguori1-1/+2
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc2-6/+6
2008-12-03Make audio violate POSIX lessmalc20-119/+123
2008-11-16Attached patch fixes a series of this warningblueswir11-2/+2
2008-11-12Rename hz to hertz to keep AIX happymalc1-6/+6
2008-11-04Set default audio timer period to a sane value (otherwise qemu becomes unusab...malc1-1/+1
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-1/+1
2008-10-26Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock)blueswir11-1/+1
2008-10-25Fix undefined pthread_sigmask warning on OpenBSDblueswir11-0/+2
2008-10-06Prepare for changing audio_pcm_ops dynamically (partially revert r5422)blueswir111-13/+13
2008-10-05Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypesblueswir11-0/+3
2008-10-05Make audio_pcm_opsstatic constblueswir111-14/+14
2008-09-28Fix more r5087 breakagemalc1-4/+1
2008-08-27Revert a part of r5087 that didn't need fixing (thanks to malc for spotting)blueswir11-1/+1
2008-08-25Fix more bugs in r5044blueswir11-1/+1
2008-08-21Fix OpenBSD linker warningsblueswir11-7/+11
2008-07-29Move audio/sys-queue.h => sys-queue.haliguori1-338/+0