80 Commits (cd633b10fd99faeb01c94ba35ec35f48f4e86a68)

Author SHA1 Message Date
malc b1503cda1e Use the ARRAY_SIZE() macro where appropriate. 18 years ago
malc 1ea879e558 Make audio violate POSIX less 18 years ago
blueswir1 cd390083ad Attached patch fixes a series of this warning 18 years ago
malc c310de8657 Rename hz to hertz to keep AIX happy 18 years ago
malc d64394f7c1 Set default audio timer period to a sane value (otherwise qemu becomes unusable if -icount N is specified) 18 years ago
blueswir1 b1d8e52e63 Fix undeclared symbol warnings from sparse 18 years ago
blueswir1 1b52da581d Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock) 18 years ago
blueswir1 9b4c14c35b Fix undefined pthread_sigmask warning on OpenBSD 18 years ago
blueswir1 35f4b58c7a Prepare for changing audio_pcm_ops dynamically (partially revert r5422) 18 years ago
blueswir1 295e390fff Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypes 18 years ago
blueswir1 8869defe62 Make audio_pcm_opsstatic const 18 years ago
malc 2d6f897141 Fix more r5087 breakage 18 years ago
blueswir1 a3772d4d44 Revert a part of r5087 that didn't need fixing (thanks to malc for spotting) 18 years ago
blueswir1 ac700bce63 Fix more bugs in r5044 18 years ago
blueswir1 363a37d520 Fix OpenBSD linker warnings 18 years ago
aliguori ccf21c31fa Move audio/sys-queue.h => sys-queue.h 18 years ago
aliguori 23cde8bb12 Update sys-queue.h (Gerd Hoffmann) 18 years ago
malc adf7d8fb44 Restore old value of buffer_size 18 years ago
malc 64333899dc Warn about rejected buffer/period size/time when it was specified by the user 18 years ago
malc a7bb29ba87 Call proper function when trying to set period size 18 years ago
malc 23fb600b87 Fix typo 18 years ago
malc b8e59f18de Pulseaudio driver 18 years ago
malc 902e2b5141 Add NULL argument to SNDCTL_DSP_NONBLOCK ioctl call 18 years ago
malc 0c58ac1c76 Change the way audio is configured 18 years ago
malc 8ff9cbf776 Make mixer emulation a configure option (Jan Kiszka) 18 years ago
malc d50997f914 Add missing [SU]32 18 years ago
malc f3b5298316 Emit warning message if user supplied buffer/period size/time was rejected 18 years ago
malc 7a24c80011 Rework period/buffer size setting 18 years ago
malc 29ddf27b72 Check the returned audio_buf_info fields 18 years ago
balrog 683efdcbdb First cut at WM8750 volume control (Jan Kiszka). 19 years ago
balrog deb9d2eea7 Audio endianness and mutex usage fixes (malc.git). 19 years ago
aurel32 b60aee0027 Typo fix 19 years ago
aurel32 41a00ab195 Remove remaining .cvsignore files 19 years ago
balrog 26463dbc1b Miscellaneous fixes after recent audio additions (malc). 19 years ago
balrog a8981ddad8 Make dsound compile again (patch by malc, spotted by C.W. Betts). 19 years ago
balrog ca9cc28c62 pthreads-based audio and miscellaneous audio clean-up (malc). 19 years ago
ths 4fddf62a74 Use WIN32_LEAN_AND_MEAN, by Stefan Weil. 19 years ago
ths 60fe76f386 Fix wrong signedness, by Andre Przywara. 19 years ago
pbrook 9596ebb701 Add statics and missing #includes for prototypes. 19 years ago
pbrook 749bc4bf0b Remove stray uses of vl.h. 19 years ago
pbrook 87ecb68bdf Break up vl.h. 19 years ago
ths 5850586c07 More .cvsignore. 19 years ago
bellard 5fa0ab8fcb use config-host.h instead of config.h 19 years ago
ths fe8f096b16 Spelling fix, by Stuart Brady. 19 years ago
ths e784ba70e0 Ensure signals are properly masked for new SDL Audio threads, by Andrzej 19 years ago
balrog 5a1237c45f Don't define HIGH_LATENCY for ARM, this was a workaround for an ALSA problem. 20 years ago
ths f0c757e431 audio/ossaudio.c for OpenBSD, by Todd T. Fries. 20 years ago
ths f941aa256f Qemu support for S32 and U32 alsa output, by Vassili Karpov. 20 years ago
bellard e84a4fedf7 mem leak fixes 20 years ago
bellard e70332b376 use QEMUFile API 20 years ago